|
2011-01-11
, 00:25
|
Posts: 68 |
Thanked: 5 times |
Joined on Jan 2011
|
#102
|
|
2011-01-11
, 01:03
|
Posts: 5 |
Thanked: 11 times |
Joined on Dec 2010
|
#103
|
The Following 4 Users Say Thank You to kjodrisc For This Useful Post: | ||
|
2011-01-11
, 04:10
|
Posts: 3 |
Thanked: 3 times |
Joined on Apr 2010
@ Kansas, US
|
#104
|
What's the exact error message when you try to convert larger fonts? Convbdf is part of the rockbox source tree IIRC.
|
2011-01-11
, 11:01
|
Posts: 427 |
Thanked: 160 times |
Joined on Nov 2009
|
#105
|
|
2011-01-11
, 11:01
|
Posts: 427 |
Thanked: 160 times |
Joined on Nov 2009
|
#106
|
|
2011-01-11
, 13:31
|
Posts: 7 |
Thanked: 2 times |
Joined on Sep 2010
@ Gothenburg, Sweden
|
#107
|
|
2011-01-11
, 17:59
|
Posts: 235 |
Thanked: 339 times |
Joined on Nov 2010
|
#108
|
Works-for-me(tm). What kind of file do you play when this happens? I tried various files and it didn't crash.
~ $ gdb /opt/rockbox/bin/rockbox /media/mmc2/core-dumps/core.rockbox.1843
GNU gdb 6.8-debian
Copyright (C) 2008 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 "arm-linux-gnueabi"...
Reading symbols from /lib/libm.so.6...done.
Loaded symbols for /lib/libm.so.6
Reading symbols from /lib/libdl.so.2...done.
Loaded symbols for /lib/libdl.so.2
Reading symbols from /usr/lib/libSDL-1.2.so.0...done.
Loaded symbols for /usr/lib/libSDL-1.2.so.0
Reading symbols from /lib/libpthread.so.0...done.
Loaded symbols for /lib/libpthread.so.0
Reading symbols from /usr/lib/libosso.so.1...done.
Loaded symbols for /usr/lib/libosso.so.1
Reading symbols from /usr/lib/libdbus-glib-1.so.2...done.
Loaded symbols for /usr/lib/libdbus-glib-1.so.2
Reading symbols from /usr/lib/libdbus-1.so.3...done.
Loaded symbols for /usr/lib/libdbus-1.so.3
Reading symbols from /usr/lib/libgobject-2.0.so.0...done.
Loaded symbols for /usr/lib/libgobject-2.0.so.0
Reading symbols from /usr/lib/libgthread-2.0.so.0...done.
Loaded symbols for /usr/lib/libgthread-2.0.so.0
Reading symbols from /lib/librt.so.1...done.
Loaded symbols for /lib/librt.so.1
Reading symbols from /usr/lib/libglib-2.0.so.0...done.
Loaded symbols for /usr/lib/libglib-2.0.so.0
Reading symbols from /usr/lib/libhal.so.1...done.
Loaded symbols for /usr/lib/libhal.so.1
Reading symbols from /lib/libc.so.6...done.
Loaded symbols for /lib/libc.so.6
Reading symbols from /lib/ld-linux.so.3...done.
Loaded symbols for /lib/ld-linux.so.3
Reading symbols from /usr/lib/libX11.so.6...done.
Loaded symbols for /usr/lib/libX11.so.6
Reading symbols from /usr/lib/libXext.so.6...done.
Loaded symbols for /usr/lib/libXext.so.6
Reading symbols from /lib/libnsl.so.1...done.
Loaded symbols for /lib/libnsl.so.1
Reading symbols from /lib/libusb-0.1.so.4...done.
Loaded symbols for /lib/libusb-0.1.so.4
Reading symbols from /usr/lib/libXau.so.6...done.
Loaded symbols for /usr/lib/libXau.so.6
Reading symbols from /usr/lib/libXdmcp.so.6...done.
Loaded symbols for /usr/lib/libXdmcp.so.6
Reading symbols from /usr/lib/libXcursor.so.1...done.
Loaded symbols for /usr/lib/libXcursor.so.1
Reading symbols from /usr/lib/libXrender.so.1...done.
Loaded symbols for /usr/lib/libXrender.so.1
Reading symbols from /usr/lib/libXfixes.so.3...done.
Loaded symbols for /usr/lib/libXfixes.so.3
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Core was generated by `/opt/rockbox/bin/rockbox'.
Program terminated with signal 6, Aborted.
[New process 1845]
[New process 1854]
[New process 1853]
[New process 1852]
[New process 1851]
[New process 1849]
[New process 1848]
[New process 1847]
[New process 1846]
[New process 1843]
#0 0x41050e74 in raise () from /lib/libc.so.6
(gdb) bt
#0 0x41050e74 in raise () from /lib/libc.so.6
#1 0x41052450 in abort () from /lib/libc.so.6
#2 0x000584c4 in gui_message_loop () at /home/jstokes/rockbox-2011-01/firmware/target/hosted/sdl/button-sdl.c:278
#3 0x000591cc in sdl_event_thread (param=0xb39f08)
at /home/jstokes/rockbox-2011-01/firmware/target/hosted/sdl/system-sdl.c:157
#4 0x425ea12c in SDL_RunThread () from /usr/lib/libSDL-1.2.so.0
#5 0x425ea3bc in ?? () from /usr/lib/libSDL-1.2.so.0
Cannot access memory at address 0x0
The Following User Says Thank You to jstokes For This Useful Post: | ||
|
2011-01-11
, 18:13
|
Posts: 99 |
Thanked: 325 times |
Joined on Jul 2010
|
#109
|
If it helps, this is on an N800 so it can't be GStreamer or anything. SDL_GetError has nothing to report
The Following User Says Thank You to thomasjfox For This Useful Post: | ||
|
2011-01-11
, 18:24
|
Posts: 235 |
Thanked: 339 times |
Joined on Nov 2010
|
#110
|
Hmm, could you please check this line for me:
/home/jstokes/rockbox-2011-01/firmware/target/hosted/sdl/button-sdl.c:278
In my source code version, it's an empty line??
Anway, it seems to be a NULL pointer access. It might help to -start- the program in gdb and make it crash, maybe it outputs more information than with the first backtrace.
~ $ gdb /opt/rockbox/bin/rockbox
GNU gdb 6.8-debian
Copyright (C) 2008 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 "arm-linux-gnueabi"...
(gdb) run
Starting program: /opt/rockbox/bin/rockbox
[New LWP 1912]
[New LWP 1908]
Program received signal SIGSEGV, Segmentation fault.
0x425d15d4 in SDL_Flip () from /usr/lib/libSDL-1.2.so.0
Tags |
audiophile, rockbox |
|
A bug that i found is that when you scroll database>tracks with the sidebar it works great (btw really respnsive and fast way to browse the library, a little hard to use and even see at the beginning but great when you get the hang of it), but when you try to use it on the playlist it closes rockbox.