I'm also having troubles with dropbox. I followed the instructions above, read the wiki article and the other ones referenced here. When I run dropbox (as downloaded direct via wget as above), it just comes back to a console prompt a short time later. Running it under gdb, I get:
- Code: Select all
~/.dropbox-dist $ gdb dropbox
GNU gdb (GDB) 7.6-6.mga4 (Mageia release 4)
:
(gdb) run help
:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffffffe4e50 in ?? ()
The bottom of the stack trace shows:
- Code: Select all
(gdb) where
#0 0x00007ffffffe4e50 in ?? ()
#1 0x00007fffefaacf30 in png_warning () from /home/billr/.dropbox-dist/libpng12.so.0
#2 0x00007fffed6238ca in png_user_version_check () from /lib64/libpng16.so.16
#3 0x00007fffed623a0d in png_create_png_struct () from /lib64/libpng16.so.16
#4 0x00007fffed6330e3 in png_create_read_struct_2 () from /lib64/libpng16.so.16
#5 0x00007fffc59ce2d8 in gdk_pixbuf__png_image_load ()
from /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
#6 0x00007ffff2439675 in _gdk_pixbuf_generic_image_load ()
from /lib64/libgdk_pixbuf-2.0.so.0
#7 0x00007ffff24398dc in gdk_pixbuf_new_from_file () from /lib64/libgdk_pixbuf-2.0.so.0
#8 0x00007ffff2c217b6 in gtk_icon_set_render_icon () from /lib64/libgtk-x11-2.0.so.0
#9 0x00007ffff2d68cdb in gtk_widget_render_icon () from /lib64/libgtk-x11-2.0.so.0
#10 0x00007ffff2c34f91 in gtk_image_calc_size () from /lib64/libgtk-x11-2.0.so.0
#11 0x00007ffff2c34ff1 in gtk_image_size_request () from /lib64/libgtk-x11-2.0.so.0
#12 0x00007ffff07dffe0 in g_cclosure_marshal_VOID__BOXEDv ()
from /lib64/libgobject-2.0.so.0
The interesting thing is, it appears to be using both libpng16 and libpng12. I know this is not a Mageia built package, so there is probably no easy way to debug, but I thought I would mention it.
This system is: Mageia release 4 (Official) for x86_64.