[Bug 319097] Re: [intel] polytopes screensaver freezes, requiring hard reset

2012-07-07 Thread Tormod Volden
I am closing this bug report since it is from an outdated release and is probably fixed by now. Please reopen if this still appears in 10.04 or newer. ** Changed in: xscreensaver (Ubuntu) Status: Incomplete => Invalid ** Changed in: xscreensaver (Ubuntu) Assignee: Tormod Volden (tormo

[Bug 319097] Re: [intel] polytopes screensaver freezes, requiring hard reset

2009-02-10 Thread Tormod Volden
In your prior backtrace attempt you did not specify the program name when you started gdb, so I thought that was the problem. Once you get the SIGSTOP, run "backtrace full", then "cont". I am bit unsure about this SIGSTOP thing, but you can also try to enter "handle SIGSTOP nopass" before you atta

[Bug 319097] Re: [intel] polytopes screensaver freezes, requiring hard reset

2009-02-10 Thread bitinerant
My prior backtrace attempt (2009-02-08) was over the network via ssh. I tried it again today, but this time I attached gdb to the polytopes process BEFORE polytopes locked up. However, the result was nearly identical to the log I uploaded on 2009-02-08. In short, once polytopes locked up, pressi

[Bug 319097] Re: [intel] polytopes screensaver freezes, requiring hard reset

2009-02-10 Thread Tormod Volden
You should be able to do this over the network. ssh into the computer where polytopes is running in fullscreen, and run gdb /usr/lib/xscreensaver/polytopes 2>&1 | tee gdb-polytopes.txt then attach to the running polytopes process with attach PID After attaching you can type "cont" to let it run.

[Bug 319097] Re: [intel] polytopes screensaver freezes, requiring hard reset

2009-02-09 Thread bitinerant
I tried: gdb /usr/lib/xscreensaver/polytopes 2>&1 | tee gdb-polytopes.txt and typed 'run' in gdb. It successfully brought up the Polytopes screensaver in a window. Pressing escape closed the window. However, I repeated this process about 7000 times (via a script!) and it never locked up. So

[Bug 319097] Re: [intel] polytopes screensaver freezes, requiring hard reset

2009-02-08 Thread Tormod Volden
Thanks for your debugging efforts. (You must have loved the 15 minutes of hitting escape :) ) You should specify the name of the program when starting gdb, like this: gdb /usr/lib/xscreensaver/polytopes 2>&1 | tee gdb-polytopes.txt -- [intel] polytopes screensaver freezes, requiring hard reset

[Bug 319097] Re: [intel] polytopes screensaver freezes, requiring hard reset

2009-02-08 Thread bitinerant
I attempted to get a backtrace, but I'm not sure it worked. After attaching gdb to the frozen polytopes process, gdb froze (ctrl-c did not work) until I killed the polytopes process from another terminal window. At that point gdb gave some error messages. It did then allow me to dump a backtrace,

[Bug 319097] Re: [intel] polytopes screensaver freezes, requiring hard reset

2009-01-20 Thread Tormod Volden
Hmm, there are quite some errors and warnings in your log, for instance: (WW) intel(0): Existing errors found in hardware state. Can you please try to get a backtrace from polytopes when it's going 100%? See http://wiki.ubuntu.com/DebuggingProgramCrash ** Summary changed: - polytopes screensaver