NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: xsrc/49553 Xorg hits 100% CPU on shutdown



The following reply was made to PR xsrc/49553; it has been noted by GNATS.

From: Michael van Elst <mlelstv%serpens.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: xsrc/49553 Xorg hits 100% CPU on shutdown
Date: Sun, 8 Feb 2015 01:13:40 +0100

 I see a very similar backtrace here, but this is not the first issue.
 
 When you run X in a debugger, or when you disable its SIGSEGV handler
 with Option "NoTrapSignals" "true", then you see that the first thing
 is a segfault in atexit() where it tries to call a registered handler
 at an unmapped address.
 
 But while X is running, the address is mapped to the shared object
 gallium_dri.so.0.
 
 Looks like the gallium driver is unloaded without unregistering
 (or calling ?) the atexit handler.
 
 
 Greetings,
 -- 
                                 Michael van Elst
 Internet: mlelstv%serpens.de@localhost
                                 "A potential Snark may lurk in every tree."
 


Home | Main Index | Thread Index | Old Index