XFree86 debugging

2004-02-24 Thread Joan Picanyol
[resent from questions@, no luck there :(]

Hi,

I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200.
In the process, I've found that X gets SIGABRT after (somewhat) long
inactivity periods. I recompiled with USE_DEBUG=1 hoping to get a
backtrace, but I can't find the coredump (even though I see 'core
dumped' in the console).

Where did it go?

tks
-- 
pica
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFree86 debugging

2004-02-24 Thread Dag-Erling Smørgrav
Joan Picanyol [EMAIL PROTECTED] writes:
 I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200.
 In the process, I've found that X gets SIGABRT after (somewhat) long
 inactivity periods. I recompiled with USE_DEBUG=1 hoping to get a
 backtrace, but I can't find the coredump (even though I see 'core
 dumped' in the console).

 Where did it go?

/, usually.  Not sure what happens if you don't have sufficient space.

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XFree86 debugging

2004-02-24 Thread Artem Ignatiev
On Tue, 24.02.2004, at 12:01, Joan Picanyol wrote:
 [resent from questions@, no luck there :(]
 
 Hi,
 
 I've installed XFree86-Server-snap hoping to get DRI for my Radeon 9200.
 In the process, I've found that X gets SIGABRT after (somewhat) long
 inactivity periods. I recompiled with USE_DEBUG=1 hoping to get a
 backtrace, but I can't find the coredump (even though I see 'core
 dumped' in the console).
 
 Where did it go?
try sysctl -w kern.sugid_coredump=1  sysctl -w
kern.corefile=/usr/tmp/%N.core

So it will go to /usr/tmp even if X will do setgid (which it, probably,
does)

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to [EMAIL PROTECTED]