I'm trying to grab all the tracks off my iPod. However, whenever I try to export my music gtkpod will crash after a small percentage has been completed.
The program just vanishes without presenting any error messages.
One other person is experiencing the same problems - https://bugs.launchpad.net/ubuntu/+source/gtkpod/+bug/519068
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
Are you able to run gdb against gtkpod while its exporting. It might give a better idea at what point things crash and whether it is a character set issue.
I have gtkpod crash on me too, but it doesn't do it all the time. Of course I had it crash on me a minute ago so I fired up gdb and now gtkpod wont crash.
Ok I got it to crash. This is what I got running gdb:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6f12084 in gdk_window_set_geometry_hints () from /usr/lib/libgdk-x11-2.0.so.0
Hope that helps