[Bug 197174] Re: mythfrontend.real crashed with SIGSEGV

2008-11-23 Thread Magnus S
Hi, 
this bug report is getting old, so i'm closing it now. If this issue is still 
affecting you, please reopen.
To reopen the bug report you can click on the current status, under the Status 
column, and change the Status back to New. Thanks again!

** Changed in: mythtv (Ubuntu)
   Status: Incomplete = Invalid

-- 
mythfrontend.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/197174
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 197174] Re: mythfrontend.real crashed with SIGSEGV

2008-03-14 Thread coastgnu
Hi David
On Thu, 13. March 2008 21:43:51 David Morris wrote:
 Thanks for your bug report. Please try to obtain a backtrace
 http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
 bug report. This will greatly help us in tracking down your problem.

I found the reason for the sigsevs, I think.

During one of the last system starts X failed to enabe DRI support of fglrx 
(/usr/lib/dri/fglrx_dri.so). 
Mythfrontend worked as a charm. 

Enabling DRI again the problem came back. Mythfrontend can't be closed, 
leaving mythfrontend won't close it's fullscreen-window. CPU% usage goes up 
to 90% and more. Only Ctrl+C will stop Mythfrontend. And again every 
third or second stop of mythtvfrontend caues a sigsev.


If I use gdb for backtracking as described on:
 https://wiki.ubuntu.com/Backtrace
The message The program is running.  Exit anyway? (y or n) comes up _after_ 
I stopped mythfrontend.real by pressing Ctrl+C 

regards,
thomas


GNU gdb 6.7.1-debian
Copyright (C) 2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run
Starting program: /usr/bin/mythfrontend.real 
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Qt: gdb: -nograb added to command-line options.
 Use the -dograb option to enforce grabbing.
2008-03-14 14:20:35.050 Using runtime prefix = /usr, libdir = /usr/lib
2008-03-14 14:20:36.652 XScreenSaver support enabled
2008-03-14 14:20:36.653 DPMS is active.
2008-03-14 14:20:36.653 Empty LocalHostName.
2008-03-14 14:20:36.654 Using localhost value of bronto
[New Thread 0xb7cf69e0 (LWP 4621)]
[New Thread 0xb7a76b90 (LWP 4626)]
[New Thread 0xb7275b90 (LWP 4627)]
[New Thread 0xb6a74b90 (LWP 4628)]
2008-03-14 14:20:36.792 New DB connection, total: 1
2008-03-14 14:20:36.797 Connected to database 'mythconverg' at host: localhost
2008-03-14 14:20:36.819 Closing DB connection named 'DBManager0'
2008-03-14 14:20:36.854 Total desktop dim: 1280x1024, with 1 screen[s].
2008-03-14 14:20:36.854 Connected to database 'mythconverg' at host: localhost
2008-03-14 14:20:36.881 Using screen 0, 1280x1024 at 0,0
2008-03-14 14:20:36.933 New DB connection, total: 2
2008-03-14 14:20:36.934 Connected to database 'mythconverg' at host: localhost
2008-03-14 14:20:36.937 mythfrontend version: 0.21.20080304-1 www.mythtv.org
2008-03-14 14:20:36.937 Enabled verbose msgs:  important general
[New Thread 0xb61e8b90 (LWP 4634)]
2008-03-14 14:20:37.215 Unable to parse themeinfo.xml for glass-wide
2008-03-14 14:20:37.216 The theme (glass-wide) is missing a themeinfo.xml file
2008-03-14 14:20:37.558 Unable to parse themeinfo.xml for glass-wide
2008-03-14 14:20:37.575 The theme (glass-wide) is missing a themeinfo.xml file
2008-03-14 14:20:38.517 Total desktop dim: 1280x1024, with 1 screen[s].
2008-03-14 14:20:38.518 Using screen 0, 1280x1024 at 0,0
2008-03-14 14:20:38.521 Switching to square mode (Retro)
2008-03-14 14:20:38.860 Using the OpenGL painter
2008-03-14 14:20:38.865 lirc init success using configuration file: 
/home/templin/.mythtv/lircrc
2008-03-14 14:20:38.867 JoystickMenuClient Error: 

[Bug 197174] Re: mythfrontend.real crashed with SIGSEGV

2008-03-13 Thread David Morris
Thanks for your bug report. Please try to obtain a backtrace
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

** Changed in: mythtv (Ubuntu)
   Status: New = Incomplete

-- 
mythfrontend.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/197174
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197174] Re: mythfrontend.real crashed with SIGSEGV

2008-03-01 Thread Mario Limonciello
** Visibility changed to: Public

-- 
mythfrontend.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/197174
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 197174] Re: mythfrontend.real crashed with SIGSEGV

2008-03-01 Thread coastgnu
On Sat, 1. March 2008 18:22:38 Mario Limonciello wrote:
 Why are these listed as modified:

 modified: usr/bin/mythfrontend.real usr/bin/mythlcdserver
 usr/bin/mythreplex usr/bin/mythshutdown usr/bin/mythtv usr/bin/mythtvosd
 usr/bin/mythwelcome

 Did you change them?

No definetely not, I don't change elf-binaries, and never did.


The only changes I made are for /usr/share/mythtv/themes/Gray-OSD/osd.xml 
and ./osd-bar-mid.png. I modified osd.xml and stretched osd-bar-mid.png 
vertically.

But may be that a system process changes elf-binaries, e.g. striping debug 
code for optimisation.

regards,
thomas

-- 
mythfrontend.real crashed with SIGSEGV
https://bugs.launchpad.net/bugs/197174
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs