Segmentation fault with new cover window?

General discussions
Locked
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Segmentation fault with new cover window?

Post by camaron »

This morning Guayadeque doesn't want to start (or in fact it crashes as soon as it starts). Starting the program in terminal gives this output:


08:29:39: Error: Lock file '/home/jorge/.guayadeque/.guayadeque-jorge' has incorrect permissions.
08:29:39: Initialized locale ( en_GB )
08:29:39: Library Db Version 20
08:29:39: Library Paths:
08:29:39: /home/jorge/Music/
08:29:39: Mount Added...
08:29:39: Mount Path: /media/USB-HARDDRIVE/
08:29:39: IconStr: '. GThemedIcon drive-harddisk-usb drive-harddisk drive'
08:29:39: 00004003
08:29:39: NewSize: 97
08:29:39: Updating Size: 97
08:29:39: Id: 16384 Pane: MainShowCover Show:1 Flags:00004003
08:29:39: ... 'USB-HARDDRIVE'
08:29:39: Searching for basecmd 14000
08:29:40: Tree Flag 00000002
08:29:40: SetPath: /home/jorge/Music/Otros/Eric Bibb/Eric Bibb...Booker's Guitar/
08:29:40: NewSize: 327
08:29:40: Updating Size: 327
08:29:40: NewSize: 327
08:29:40: NewSize: 327
08:29:40: NewSize: 327
08:29:40: Database updating started. 0
08:29:40: Updating the podcasts...
08:29:40: ... 'USB-HARDDRIVE'
08:29:40: Searching for basecmd 14000
08:29:40: NewSize: 327
Segmentation fault

The only new thing to the program is that I had the new cover window open.
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Segmentation fault with new cover window?

Post by camaron »

I deleted my conf. file and created a new one. Things are OK now (but I'm not using the cover window...)
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Segmentation fault with new cover window?

Post by anonbeat »

Can you try to reproduce it and send me a backtrace please ?

Thanks for your help
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Segmentation fault with new cover window?

Post by camaron »

Anonbeat, see attached conf. file. This is the one that causes the problem. If you still need a backtrace letme know.
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Segmentation fault with new cover window?

Post by camaron »

Actually, the attachment is not allowed. Follow this link:

http://dl.dropbox.com/u/1556727/guayadeque.conf
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Segmentation fault with new cover window?

Post by camaron »

In fact, this is the backtrace:

Program received signal SIGSEGV, Segmentation fault.
guLibUpdateThread::guLibUpdateThread (this=0x89c95f0, libpanel=0x0, gaugeid=0,
scanpath=...) at /home/jorge/guayadeque/src/LibUpdate.cpp:51
51 m_Db = libpanel->GetDb();
(gdb) bt
#0 guLibUpdateThread::guLibUpdateThread (this=0x89c95f0, libpanel=0x0,
gaugeid=0, scanpath=...) at /home/jorge/guayadeque/src/LibUpdate.cpp:51
#1 0x0818c59d in guMainFrame::OnUpdateLibrary (this=0x85fd880, event=...)
at /home/jorge/guayadeque/src/MainFrame.cpp:1831
#2 0xb7ec3c2f in wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const () from /usr/lib/libwx_baseu-2.8.so.0
#3 0xb7f62089 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) () from /usr/lib/libwx_baseu-2.8.so.0
#4 0xb7f6221a in wxEvtHandler::SearchDynamicEventTable(wxEvent&) ()
from /usr/lib/libwx_baseu-2.8.so.0
#5 0xb7f63205 in wxEvtHandler::ProcessEvent(wxEvent&) ()
from /usr/lib/libwx_baseu-2.8.so.0
#6 0xb7f62506 in wxEvtHandler::ProcessPendingEvents() ()
from /usr/lib/libwx_baseu-2.8.so.0
#7 0xb7ec3f79 in wxAppConsole::ProcessPendingEvents() ()
from /usr/lib/libwx_baseu-2.8.so.0
#8 0xb7cee7bf in wxAppBase::ProcessIdle() ()
from /usr/lib/libwx_gtk2u_core-2.8.so.0
#9 0xb7c422a5 in ?? () from /usr/lib/libwx_gtk2u_core-2.8.so.0
#10 0xb7670841 in ?? () from /lib/libglib-2.0.so.0
#11 0xb7672855 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#12 0xb7676668 in ?? () from /lib/libglib-2.0.so.0
#13 0xb7676ba7 in g_main_loop_run () from /lib/libglib-2.0.so.0

Hope it helps
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Segmentation fault with new cover window?

Post by anonbeat »

Did you changed the LANG environment in your system before the crash ?

The url dont works
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Segmentation fault with new cover window?

Post by camaron »

anonbeat wrote:Did you changed the LANG environment in your system before the crash ?

The url dont works
Aghh!! Sorry for that. Here is it:

http://dl.dropbox.com/u/1556727/guayadeque.conf

No I didn't change the Lang enviroment.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Segmentation fault with new cover window?

Post by anonbeat »

Thanks for your bug report. This should be fixed in svn 1350

Thanks again for your help
camaron
Posts: 462
Joined: Sat Sep 25, 2010 3:38 am

Segmentation fault with new cover window?

Post by camaron »

Thanks to you
Locked