Portable device support questions, bug reports, etc HERE

Use this category to discuss anything related to the development of Guayadeque.
Locked
mr_hangman
Posts: 70
Joined: Tue Sep 28, 2010 12:22 am

Portable device support questions, bug reports, etc HERE

Post by mr_hangman »

Just now guayadeque crashed during a normal playback.
I doubt it's not a problem of guayadeque but I think I should report it.

Program received signal SIGSEGV, Segmentation fault.
0xb76d9ab7 in Curl_resolv_timeout () from /usr/lib/libcurl.so.4
(gdb) bt
#0 0xb76d9ab7 in Curl_resolv_timeout () from /usr/lib/libcurl.so.4
#1 0x00000003 in ?? ()
#2 0x0000421c in ?? ()
#3 0x00000000 in ?? ()
(gdb)
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Portable device support questions, bug reports, etc HERE

Post by anonbeat »

mr_hangman wrote:Hi anon,
sorry for being away for so long. I have been really busy recently.

I just updated to 1288 and got a crash when closing the portable panel during the update.
Here is the backtrace.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb1ac7b70 (LWP 3969)]
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x081ff697 in guLibUpdateThread::~guLibUpdateThread (this=0x9728d08,
__in_chrg=)
at /home/tian/guayadeque/src/LibUpdate.cpp:88
#2 0x081ff862 in guLibUpdateThread::~guLibUpdateThread (this=0x9728d08,
__in_chrg=)
at /home/tian/guayadeque/src/LibUpdate.cpp:101
#3 0xb7f509e7 in wxThread::Exit(void*) () from /usr/lib/libwx_baseu-2.8.so.0
#4 0xb7f50c7f in wxThreadInternal::PthreadStart(wxThread*) ()
from /usr/lib/libwx_baseu-2.8.so.0
#5 0xb7f50cbd in wxPthreadStart () from /usr/lib/libwx_baseu-2.8.so.0
#6 0xb720de60 in start_thread () from /lib/libpthread.so.0
#7 0xb730ffbe in clone () from /lib/libc.so.6
(gdb)

I'm so glad to come back to the development. Hope this is the right place for bug reports :)
This should be fixed now.
Thanks for your bug report
mr_hangman
Posts: 70
Joined: Tue Sep 28, 2010 12:22 am

Portable device support questions, bug reports, etc HERE

Post by mr_hangman »

Anon, I tried with 1289 but it still crashes *sometimes*.

The backtrace is here http://pastebin.com/62sDq9UB
(I think it's better not to flood the thread with the backtrace).

One more thing, I get random crashes very often lately. Other than libcurl in the early post, this is another one with libsqlite3 http://pastebin.com/R8JWuf04
It happened 3 times today during a normal playback. Could it be the upgrade of sqlite3 in arch?

[2010-10-15 18:20] upgraded sqlite3 (3.7.2-1 -> 3.7.3-1)

Thanks
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Portable device support questions, bug reports, etc HERE

Post by anonbeat »

it could be...Ive been reported that latest libcurl update have been doing weird things with guayadeque.
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Portable device support questions, bug reports, etc HERE

Post by anonbeat »

Do you mind to build guayadeque using ./buildd instead of ./build so the backtrace give enought information?
There are instructions on how to do a backtrace at the end of this page
http://guayadeque.org/forums/index.php?p=/page/Download

Thanks for your help
mr_hangman
Posts: 70
Joined: Tue Sep 28, 2010 12:22 am

Portable device support questions, bug reports, etc HERE

Post by mr_hangman »

Sorry if I misunderstand it but I usually build guayadeque with ./buildd.

The backtrace at http://pastebin.com/62sDq9UB and http://pastebin.com/R8JWuf04 come from the same build. I am also confused why the bt of libcurl and sqlite contain no debug information.
Do I miss something else?
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Portable device support questions, bug reports, etc HERE

Post by anonbeat »

ahh yes I see there is debug info in the 1st backtrace. The 2nd (the sqlite3 one) have not but its ok.
Noone of the backtraces give me enought info to take a look. I will try to reproduce the problems here.

Thanks for your help
mr_hangman
Posts: 70
Joined: Tue Sep 28, 2010 12:22 am

Portable device support questions, bug reports, etc HERE

Post by mr_hangman »

Not sure if this could help. It's the first time that I get something other than ?? from libcurl debug info.
It crashed more than ten times today.
http://pastebin.com/nGhDRrtS
Just let me know if there is anything I could do to help debugging this.
mekanix
Posts: 210
Joined: Wed Sep 29, 2010 11:20 pm

Portable device support questions, bug reports, etc HERE

Post by mekanix »

HI I'm experiencing a problem with portable player!!!

Look at the screenshot, the two usb disk plugged to my pc are repeatet three times in the portable player menu, non of them can open the portable player view!

I'm on ubuntu maverick
User avatar
anonbeat
Posts: 2048
Joined: Thu Sep 16, 2010 9:47 pm

Portable device support questions, bug reports, etc HERE

Post by anonbeat »

Can you open the program from console and send me the output ?

Thanks
Locked