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

Re: logging out fails in KDE4 (debian testing)



Justin Piszcz wrote:
I installed xserver-xorg-video-intel-dbg but I don't know what to do
now. I reproduced it, and both at dmesg and /var/log/Xorg.log I get
exactly the same things that I posted earlier. With dbg, should I do
something different? Where does it write its trace?

Giorgos



Run ulimit -a and see if you have core files set to 0 or unlimited.

You want to run gdb against the core and run bt full for a full backtrace and include that along with the logs for your report.

$ gdb application core.Xorg

gdb> bt full

Send this & logs in the bug report.




ulimit -a gives me:
core file size          (blocks, -c) 0
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 16382
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) unlimited
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

Other than that, I do not understand your instructions... For my case where the 'application' crashing is the Xserver, how will I run gdb on it?

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Reply to: