Re: [mythtv] debugging a crash in mythmusic

2005-12-30 Thread Julien Hamaide
You can try to use a core and reload it in gdb. Just try this, type : ulimit -c 1 ( the number is the size limit of the core) a core file will be created when your program will crash. Then, load it inside gdb gdb exe_name core. So, you'll see the problem without running it through

[mythtv] debugging a crash in mythmusic

2005-12-29 Thread Simon Kenyon
I have a repeatable crash in mythmusic As I dont see anybody else with the problem (and indeed I only see it on one machine) I assume that I have screwed up somewhere. Here is the scenario: I go into select music and diddle around with the settings. When I leave mythmusic

Re: [mythtv] debugging a crash in mythmusic

2005-12-29 Thread zoiks2004-ivtv
This may or may not be relevant, but I experience what you describe when I recompile and reinstall mythtv but forget to recompile and reinstall the plugins, including mythmusic. --- Simon Kenyon [EMAIL PROTECTED] wrote: I have a repeatable crash in mythmusic As I don't see anybody else with

Re: [mythtv] debugging a crash in mythmusic

2005-12-29 Thread Simon Kenyon
On Thursday 29 December 2005 20:10, [EMAIL PROTECTED] wrote: This may or may not be relevant, but I experience what you describe when I recompile and reinstall mythtv but forget to recompile and reinstall the plugins, including mythmusic. i build both together using a shell script why it