ivan wrote:
> 10 августа 2009 10:00:05 вы писали:
>   
>> ivan wrote:
>>
>>     
>>> And what i must do for "Catching a debugging backtrace with gdb" ?
>>> I not work whis gdb newer.
>>>       
>> See
>> http://wiki.debian.org/XStrikeForce/XserverDebugging
>> and
>> http://wiki.x.org/wiki/Development/Documentation/ServerDebugging
>>
>>     
> I attache result of "sudo bash -c "/usr/share/bug/xserver-xorg-core/script 
> 3>&1" > file" in bug-script and "startx 2>&1" in startx
> i try attache to X-server but after attach server is stop and don't work 
> switch between consoles, and when i connect on ssh X server is stop after 
> attace.
>   

Don't attach gdb from a terminal running inside X, otherwise you get a
deadlock.

Do it from another machine with ssh. Once gdb is attached, enter "c" in
gdb to make the process "continue". Then reproduce the crash by starting
your wine program. gdb will catch the segmentation fault. Enter "bt
full" in gdb and send us the resulting backtrace.

Brice




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to