similar to: [Bug 61947] New: nullpointer dereference causes xorg-server segfault when nouveau DRI driver is loaded

Displaying 20 results from an estimated 600 matches similar to: "[Bug 61947] New: nullpointer dereference causes xorg-server segfault when nouveau DRI driver is loaded"

2007 May 30
4
RE: Timer going backwards and Unable to handle kernel NULLpointer
>I''ve been seeing these pretty regularly on a single-socket dual-core Athlon >system for the last couple of months, and only on Friday finally found time >to start looking into these. Besides the messages above, I also see hangs >in about every other boot attempt but only if I do *not* use serial output >(which makes debugging a little harder), and never once initial boot
2008 Sep 10
1
Samba, pam, NIS and password changes
Hi I have a customer who is having a problem with Samba password changes. The samba server (server12) is set up as a PDC for a WIndows domain with XP clients. Samba is Version 3.0.26a-SerNet-RedHat. OS is Centos 3.9. There is also a separate mail server (server56) running FC6 which uses NIS for user validation. NIS server is running on server12. Generally speaking, everything is working and
2011 Aug 31
0
CFP: The Second International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 -- co-located with IEEE/ACM Supercomputing 2011
The Second International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 http://datasys.cs.iit.edu/events/DataCloud-SC11/ *Co-located with * *Supercomputing/SC 2011* <http://sc11.supercomputing.org/> * Seattle Washington -- November 14th, 2011* News * *Special Issue on Data Intensive Computing in the Clouds in the Springer Journal of Grid
2011 Aug 31
0
CFP: The Second International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 -- co-located with IEEE/ACM Supercomputing 2011
The Second International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 http://datasys.cs.iit.edu/events/DataCloud-SC11/ *Co-located with * *Supercomputing/SC 2011* <http://sc11.supercomputing.org/> * Seattle Washington -- November 14th, 2011* News * *Special Issue on Data Intensive Computing in the Clouds in the Springer Journal of Grid
2014 Aug 17
3
antispam plugin crash
Hi, the dovecot antispam plugin crahses here on a nullpointer dereference in antispam_copy() at mailbox.c The crash tracks back to a call of antispam_classify_copy(asms->box_class, asmb->box_class) At that point in time asmb is set to 0x0, causing the process to crash with SIGSEGV. Regards, Thomas GDB output: Program received signal SIGSEGV, Segmentation fault. antispam_copy
2006 Mar 19
0
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
On Mar 17, 2006, at 12:19 PM, Chris Lattner wrote: > Great. Note that -cee is a beta pass... it has some known bugs and > isn't planned to be worked on in the immediate future. :( After a bit of digging, I found one open bug and two failing test cases, all of which appear to be feature requests: #217: LLVM needs a generic dominator update mechanism nullpointer.ll: "a
2011 Jul 25
0
CFP: The Second ACM International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 -- co-located with SC11
The Second International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 http://datasys.cs.iit.edu/events/DataCloud-SC11/ *Co-located with * *Supercomputing/SC 2011* <http://sc11.supercomputing.org/> * Seattle Washington -- November 14th, 2011* Overview Applications and experiments in all areas of science are becoming increasingly complex and more
2011 Jul 25
0
CFP: The Second ACM International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 -- co-located with SC11
The Second International Workshop on Data Intensive Computing in the Clouds (DataCloud-SC11) 2011 http://datasys.cs.iit.edu/events/DataCloud-SC11/ *Co-located with * *Supercomputing/SC 2011* <http://sc11.supercomputing.org/> * Seattle Washington -- November 14th, 2011* Overview Applications and experiments in all areas of science are becoming increasingly complex and more
2015 Feb 17
1
winbindd: Exceeding 200 client connections, no idle connection found
Smbd: Version 4.1.6-Ubuntu Winbind: Version 4.1.6-Ubuntu root at tank-1:/var/log/samba# tail log.winbindd [2015/02/17 10:13:57.996865, 0] ../source3/winbindd/winbindd.c:1023(winbindd_listen_fde_handler) winbindd: Exceeding 200 client connections, no idle connection found I'm getting above error on the winbind services which are causing several issues such as disconnecting users from
2014 Aug 18
1
antispam plugin crash
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, 17 Aug 2014, Thomas Witt wrote: > the dovecot antispam plugin crahses here on a nullpointer dereference in > antispam_copy() at mailbox.c does it crashes all of the time or for specific messages, mailboxes, etc.pp? What version of Dovecot and which configuration do you use? > > The crash tracks back to a call of >
2016 Apr 26
0
Nonfunctional linux/CIFS mounts after update (ADS / windows DC auth)
I think I'm having the exact same issue using sssd. All symptoms described by Patrick exists in my system except for the .com thing. I haven't tried it yet. Using ubuntu 14.04.4 LTS, samba 4.3.8-Ubuntu, sssd 1.12.5-1~trusty1 -JGC > > -----Original Message----- > From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Glomski, > Patrick > Sent: Tuesday, April
2002 Feb 19
1
rsync bug in clean_flist() while removing duplicted names
hello, i use rsync as a major backend for our automatic debian GNU/linux workstation synchronisation project at the Free University of Berlin / Computer Science. my concept is, that rsync gets the class, group and machine-specific root-trees as argument, and it's up to him to find and automaticaly remove duplicated files on the basis of the priority (which is actually the argument list).
1998 Oct 08
0
readbraw vs. readX
Using Samba 1.9.18p10 I have found a difference between Win95 and WinNT: opening 'Lotus Freelance' files from Win95 is really slow (about 17 kB/s only) vs fast (~hundreds of kB/s) from WinNT. Looking into the log (with debug level=4) I see using Win95: switch message SMBopenX (pid 33994) Skipping become_user - already user unix_clean_name [./PRIVATE/Goyal_Sep98.PRZ] Got dir cache hit on
2013 Jul 17
1
[LLVMdev] eclipse and gdb
Hi, I am using Eclipse to edit the files, and I used it to debug with gdb as well (but I went back to gdb on the command line, Eclipse GDB UI is just too slow and buggy for me ..). You need to exclude the clang preprocessor/.. stress tests from the sources, otherwise the indexer will freeze Eclipse. You should also remove some autogenerated CMake project subdirectories, otherwise your files
2019 Nov 12
2
The best way of generating a good representation for an array with header?
The advantages: 1. A pointer to the struct offset can be converted to a pointer without any cost. 2. A nullpointer to a stretchy buffer can be treated as a zero length array. Consequently no actual struct allocation is needed to represent a zero length array. 3. A reference to the array is the same size as to a pointer. 4. It can be converted to and back from an pointer without losing any
2013 Mar 07
13
[Bug 61953] New: arbitrary memory access corrupts kernel memory, eventually crashing the kernel
https://bugs.freedesktop.org/show_bug.cgi?id=61953 Priority: medium Bug ID: 61953 Assignee: nouveau at lists.freedesktop.org Summary: arbitrary memory access corrupts kernel memory, eventually crashing the kernel QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS:
2013 Mar 07
7
Extension cant pickup calls but can transfer.
Greetings. I got an extension on my Elastix who cannot pick calls on the other extensions, but It can transfer his calls to the other extensions. When this extension tries to pickup a call pressing *8 it simply does not pick it up. Transfering calls works just fine so dtmf may be not the problem. Where should I look? Any further information needed just ask. -- Att.* *** -------------- next
2004 May 25
1
[LLVMdev] ATTENTION: SymbolTable Change!!
LLVMers, On the way to resolving bug 122, I am committing my SymbolTable rewrite. If you are working on anything that uses the SymbolTable, I suggest you read the documentation in include/llvm/SymbolTable.h. The changes I've committed reduce the use of Type::TypeTy. This static member will go away in the future, so please do not propagate new code that uses it. There is no reason to use it
2014 Aug 29
5
[LLVMdev] HELP! PLEASE!
I need help. I can't get it to work. I'm crying here, really, I'm balling my eyes out. Is there any way for a beginner to get support with using LLVM? All my queries are just ignored or disregarded on this mailing list. Why isn't there an llvm mailing list for novices? This is the only thing that can get my programming language, to be operation in a reasonable amount of time,
2008 Jun 06
3
Dell 1950 Perc 6/i with centos 4.5
We are currently running CentOS 4.5 on older Dell Systems. We are upgrading to Dell PowerEdge 1950 with a PERC 6/i raid controller. CentOS 4.5 installation does not see the PERC 6/i controller. Dell and LSI Logic only support RHEL 4U6 and higher and SuSe. I've tried building the boot images with the new driver for installation but kickstart still doesn't see the raid controller.