Dropbox not starting - segmentation fault

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Dropbox not starting - segmentation fault

Postby billr » May 11th, '14, 04:57

edit doktor5000: split out from viewtopic.php?f=7&t=6970 as this is a separate issue and the other thread is already [SOLVED]



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.
billr
 
Posts: 46
Joined: Apr 19th, '12, 21:27

Re: [SOLVED] MGA4 Dropbox not working (not nVidia problem).

Postby doktor5000 » May 19th, '14, 13:11

billr wrote: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.
[...]
This system is: Mageia release 4 (Official) for x86_64.


Same problem here. kfilebox always shows "dropbox daemon not running" and trying to run the daemon or normal dropbox binary downloaded myself shortly shows the dropbox daemon tray icon, and then it disappears. No error message shown. Also tried already to switch icon theme like suggested here: viewtopic.php?f=7&t=7443 but to no avail.

This is what it looks like in gdb with debuginfo packages installed:

Code: Select all
[doktor5000@Mageia4 .dropbox-dist]$ cd ~/.dropbox-dist; gdb dropbox
GNU gdb (GDB) 7.6-6.mga4 (Mageia release 4)
Copyright (C) 2013 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 "x86_64-mageia-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/doktor5000/.dropbox-dist/dropbox...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/doktor5000/.dropbox-dist/dropbox
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
Detaching after fork from child process 16634.
Detaching after fork from child process 16636.
Detaching after fork from child process 16638.
Detaching after fork from child process 16640.
Detaching after fork from child process 16642.
Detaching after fork from child process 16644.
Detaching after fork from child process 16646.
Missing separate debuginfo for /home/doktor5000/.dropbox-dist/libpopt.so.0
Detaching after fork from child process 16648.
gobject.pyc: gdb was not built with custom backtrace support, disabling.
Detaching after fork from child process 16657.
Detaching after fork from child process 16659.
[New Thread 0x7fffef442700 (LWP 16661)]
[New Thread 0x7fffeea3f700 (LWP 16662)]
[New Thread 0x7fffee23e700 (LWP 16663)]
Detaching after fork from child process 16670.
Detaching after fork from child process 16671.
[New Thread 0x7fffece70700 (LWP 16672)]
[New Thread 0x7fffdffff700 (LWP 16673)]
[New Thread 0x7fffdf5fc700 (LWP 16676)]
[New Thread 0x7fffdedfb700 (LWP 16677)]
Detaching after fork from child process 16678.
[New Thread 0x7fffdddd9700 (LWP 16680)]
[New Thread 0x7fffdd5d8700 (LWP 16681)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffffffe5be0 in ?? ()
(gdb) bt full
#0  0x00007ffffffe5be0 in ?? ()
No symbol table info available.
#1  0x00007ffff045ef30 in png_warning () from /home/doktor5000/.dropbox-dist/libpng12.so.0
No symbol table info available.
#2  0x00000031ee60b8ca in png_user_version_check (png_ptr=png_ptr@entry=0x7ffffffe5cb0, user_png_ver=user_png_ver@entry=0x7fffdc9d16ba "1.6.6")
    at /usr/src/debug/libpng-1.6.8/png.c:206
        pos = <optimized out>
        m = "Application built with libpng-1.6.6 but running with 1.2.15beta5\000.\275\334\377\177\000\000b\310 \344:\000\000\000\001\000\000\000\000\000\000\000\240\307\377\367\377\177\000\000\000\000\000\000\000\000\000\000\310\032A\003\000\000\000\000\260[\376\377\377\177\000\000\240[\376\377\377\177\000"
#3  0x00000031ee60ba0d in png_create_png_struct (user_png_ver=0x7fffdc9d16ba "1.6.6", error_ptr=<optimized out>, error_fn=0x7fffdc9d0760 <png_error_callback>, warn_fn=
    0x7fffdc9cfe20 <png_warning_callback>, mem_ptr=<optimized out>, malloc_fn=<optimized out>, free_fn=free_fn@entry=0x7fffdc9cfe40 <png_free_callback>)
    at /usr/src/debug/libpng-1.6.8/png.c:292
        create_struct = {jmp_buf_local = {{__jmpbuf = {0, 0, 0, 0, 0, 0, 0, 0}, __mask_was_saved = 0, __saved_mask = {__val = {0 <repeats 16 times>}}}},
          longjmp_fn = 0x3ae4b01480 <__longjmp_chk>, jmp_buf_ptr = 0x7ffffffe5be0, jmp_buf_size = 0, error_fn = 0x0, warning_fn = 0x0, error_ptr = 0x0,
          write_data_fn = 0x0, read_data_fn = 0x0, io_ptr = 0x0, read_user_transform_fn = 0x0, write_user_transform_fn = 0x0, user_transform_ptr = 0x0,
          user_transform_depth = 0 '\000', user_transform_channels = 0 '\000', mode = 0, flags = 131072, transformations = 0, zowner = 0, zstream = {next_in = 0x0,
            avail_in = 0, total_in = 0, next_out = 0x0, avail_out = 0, total_out = 0, msg = 0x0, state = 0x0, zalloc = 0x0, zfree = 0x0, opaque = 0x0, data_type = 0,
            adler = 0, reserved = 0}, zbuffer_list = 0x0, zbuffer_size = 0, zlib_level = 0, zlib_method = 0, zlib_window_bits = 0, zlib_mem_level = 0,
          zlib_strategy = 0, zlib_text_level = 0, zlib_text_method = 0, zlib_text_window_bits = 0, zlib_text_mem_level = 0, zlib_text_strategy = 0,
          zlib_set_level = 0, zlib_set_method = 0, zlib_set_window_bits = 0, zlib_set_mem_level = 0, zlib_set_strategy = 0, width = 0, height = 0, num_rows = 0,
          usr_width = 0, rowbytes = 0, iwidth = 0, row_number = 0, chunk_name = 0, prev_row = 0x0, row_buf = 0x0, sub_row = 0x0, up_row = 0x0, avg_row = 0x0,
          paeth_row = 0x0, info_rowbytes = 0, idat_size = 0, crc = 0, palette = 0x0, num_palette = 0, num_palette_max = 0, num_trans = 0, compression = 0 '\000',
          filter = 0 '\000', interlaced = 0 '\000', pass = 0 '\000', do_filter = 0 '\000', color_type = 0 '\000', bit_depth = 0 '\000', usr_bit_depth = 0 '\000',
          pixel_depth = 0 '\000', channels = 0 '\000', usr_channels = 0 '\000', sig_bytes = 0 '\000', maximum_pixel_depth = 0 '\000',
          transformed_pixel_depth = 0 '\000', filler = 0, background_gamma_type = 0 '\000', background_gamma = 0, background = {index = 0 '\000', red = 0, green = 0,
            blue = 0, gray = 0}, background_1 = {index = 0 '\000', red = 0, green = 0, blue = 0, gray = 0}, output_flush_fn = 0x0, flush_dist = 0, flush_rows = 0,
          gamma_shift = 0, screen_gamma = 0, gamma_table = 0x0, gamma_16_table = 0x0, gamma_from_1 = 0x0, gamma_to_1 = 0x0, gamma_16_from_1 = 0x0,
          gamma_16_to_1 = 0x0, sig_bit = {red = 0 '\000', green = 0 '\000', blue = 0 '\000', gray = 0 '\000', alpha = 0 '\000'}, shift = {red = 0 '\000',
            green = 0 '\000', blue = 0 '\000', gray = 0 '\000', alpha = 0 '\000'}, trans_alpha = 0x0, trans_color = {index = 0 '\000', red = 0, green = 0, blue = 0,
            gray = 0}, read_row_fn = 0x0, write_row_fn = 0x0, info_fn = 0x0, row_fn = 0x0, end_fn = 0x0, save_buffer_ptr = 0x0, save_buffer = 0x0,
          current_buffer_ptr = 0x0, current_buffer = 0x0, push_length = 0, skip_length = 0, save_buffer_size = 0, save_buffer_max = 0, buffer_size = 0,
          current_buffer_size = 0, process_mode = 0, cur_palette = 0, palette_lookup = 0x0, quantize_index = 0x0, heuristic_method = 0 '\000',
          num_prev_filters = 0 '\000', prev_filters = 0x0, filter_weights = 0x0, inv_filter_weights = 0x0, filter_costs = 0x0, inv_filter_costs = 0x0,
          options = 0 '\000', time_buffer = '\000' <repeats 28 times>, free_me = 0, user_chunk_ptr = 0x0, read_user_chunk_fn = 0x0, unknown_default = 0,
          num_chunk_list = 0, chunk_list = 0x0, rgb_to_gray_status = 0 '\000', rgb_to_gray_coefficients_set = 0 '\000', rgb_to_gray_red_coeff = 0,
          rgb_to_gray_green_coeff = 0, mng_features_permitted = 0, filter_type = 0 '\000', apng_flags = 0, next_seq_num = 0, first_frame_width = 0,
          first_frame_height = 0, num_frames_read = 0, frame_info_fn = 0x0, frame_end_fn = 0x0, num_frames_to_write = 0, num_frames_written = 0, mem_ptr = 0x0,
          malloc_fn = 0x0, free_fn = 0x0, big_row_buf = 0x7fffdc9d0e50 <png_malloc_callback> "H\211\367\351X\355\377\377\017\037\204",
          quantize_sort = 0x7fffdc9cfe40 <png_free_callback> "H\211\367\351\310\372\377\377\017\037\204", index_to_palette = 0x0, palette_to_index = 0x0,
          compression_type = 0 '\000', user_width_max = 2147483647, user_height_max = 2147483647, user_chunk_cache_max = 0, user_chunk_malloc_max = 0,
          unknown_chunk = {name = "\000\000\000\000", data = 0x0, size = 0, location = 0 '\000'}, old_big_row_buf_size = 0, read_buffer = 0x0, read_buffer_size = 0,
          IDAT_read_size = 0, io_state = 0, big_prev_row = 0x0, read_filter = {0x0, 0x0, 0x0, 0x0}, colorspace = {gamma = 0, end_points_xy = {redx = 0, redy = 0,
              greenx = 0, greeny = 0, bluex = 0, bluey = 0, whitex = 0, whitey = 0}, end_points_XYZ = {red_X = 0, red_Y = 0, red_Z = 0, green_X = 0, green_Y = 0,
---Type <return> to continue, or q <return> to quit---
              green_Z = 0, blue_X = 0, blue_Y = 0, blue_Z = 0}, rendering_intent = 0, flags = 0}}
        create_jmp_buf = {{__jmpbuf = {140737488247984, -4294235735700653629, 140736894666592, 140736894664224, 140737488249560, 49833984, 4294242549016967619,
              -4322305667102262845}, __mask_was_saved = 0, __saved_mask = {__val = {6, 54597488, 140736894658856, 140737488248192, 252935450457, 1076797611626725377,
                0, 54447552, 2090001339, 140737488248048, 140737488248056, 140737488248072, 0, 304, 17, 4}}}}
#4  0x00000031ee61b0e3 in png_create_read_struct_2 (user_png_ver=<optimized out>, error_ptr=<optimized out>, error_fn=<optimized out>, warn_fn=<optimized out>,
    mem_ptr=<optimized out>, malloc_fn=<optimized out>, free_fn=0x7fffdc9cfe40 <png_free_callback>) at /usr/src/debug/libpng-1.6.8/pngread.c:45
        png_ptr = <optimized out>
#5  0x00007fffdc9d0a3a in gdk_pixbuf__png_image_begin_load (size_func=<optimized out>, prepare_func=0x3af080cb00 <gdk_pixbuf_loader_prepare>, update_func=
    0x3af080c9a0 <gdk_pixbuf_loader_update>, user_data=0x3184a80, error=0x7ffffffe62d8) at io-png.c:444
        lc = 0x33ed0f0
#6  0x0000003af080c7c1 in gdk_pixbuf_loader_load_module (loader=loader@entry=0x3184a80 [GdkPixbufLoader], image_type=image_type@entry=0x0,
    error=error@entry=0x7ffffffe62d8) at gdk-pixbuf-loader.c:441
        priv = 0x3411330
#7  0x0000003af080d030 in gdk_pixbuf_loader_close (loader=loader@entry=0x3184a80 [GdkPixbufLoader], error=error@entry=0x30e0c48) at gdk-pixbuf-loader.c:806
        tmp = 0x0
        priv = 0x3411330
        retval = 1
        __PRETTY_FUNCTION__ = "gdk_pixbuf_loader_close"
#8  0x0000003af0809205 in load_from_stream (loader=loader@entry=0x3184a80 [GdkPixbufLoader], stream=stream@entry=0x30e0c90 [GLocalFileInputStream],
    cancellable=cancellable@entry=0x0, error=error@entry=0x30e0c48) at gdk-pixbuf-io.c:1462
        pixbuf = <optimized out>
        n_read = <optimized out>
        buffer = "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000\020\000\000\000\020\b\006\000\000\000\037\363\377a\000\000\000\004sBIT\b\b\b\b|\bd\210\000\000\000\tpHYs\000\000\r\327\000\000\r\327\001B(\233x\000\000\000\031tEXtSoftware\000www.inkscape.org\233\356<\032\000\000\000\023tEXtTitle\000Optical Drive>g\272\f\000\000\001\377IDAT8\215\235\223;O\033A\024\205ϝ\031\277֯\206\002)B\321Z\262\220\242XD\246H\201\221\331\237\201,A\021\310_\240JE\345\037\001\022H\210*\351\322f\001C\tE\234"...
        res = 1
#9  0x0000003af080ae5c in gdk_pixbuf_new_from_stream (stream=stream@entry=0x30e0c90 [GLocalFileInputStream], cancellable=cancellable@entry=0x0,
    error=error@entry=0x30e0c48) at gdk-pixbuf-io.c:1643
        pixbuf = <optimized out>
        loader = 0x3184a80 [GdkPixbufLoader]
#10 0x0000003de84fd314 in icon_info_ensure_scale_and_pixbuf (icon_info=0x30e0c00, scale_only=<optimized out>) at gtkicontheme.c:2995
        stream = 0x30e0c90 [GLocalFileInputStream]
        image_width = <optimized out>
        image_height = <optimized out>
        source_pixbuf = 0x0
        is_svg = <optimized out>
        scale_only = <optimized out>
        icon_info = 0x30e0c00
#11 0x0000003de85001ea in IA__gtk_icon_info_load_icon (icon_info=icon_info@entry=0x30e0c00, error=error@entry=0x7fffffff6478) at gtkicontheme.c:3078
        __PRETTY_FUNCTION__ = "IA__gtk_icon_info_load_icon"
#12 0x0000003de850038f in IA__gtk_icon_theme_load_icon (icon_theme=icon_theme@entry=0x2fbfd20 [GtkIconTheme], icon_name=0x3de86b62a7 "gtk-cancel", size=16,
    flags=flags@entry=(unknown: 0), error=error@entry=0x7fffffff6478) at gtkicontheme.c:1550
        icon_info = 0x30e0c00
---Type <return> to continue, or q <return> to quit---
        pixbuf = 0x0
        __PRETTY_FUNCTION__ = "IA__gtk_icon_theme_load_icon"
#13 0x0000003de84fbc05 in render_icon_name_pixbuf (detail=0x0, widget=0x2fca380 [GtkImage], size=GTK_ICON_SIZE_BUTTON, state=GTK_STATE_NORMAL, direction=
    GTK_TEXT_DIR_LTR, style=0x3066ff0 [OxygenStyle], icon_source=0x3174fd0) at gtkiconfactory.c:1469
        tmp_source = {type = 4294927600, source = {icon_name = 0x3ae6238969 <g_str_equal+9> "\205\300\017\224\300H\203\304\b\017\266\300\303f.\017\037\204",
            filename = 0x3ae6238969 <g_str_equal+9> "\205\300\017\224\300H\203\304\b\017\266\300\303f.\017\037\204", pixbuf = 0x3ae6238969},
          filename_pixbuf = 0x7fffffff66b0, direction = (unknown: 3861086352), state = 58, size = 54577344, any_direction = 0, any_state = 0, any_size = 0}
        width = 16
        height = 16
        pixel_size = <optimized out>
        dist = <optimized out>
        pixbuf = <optimized out>
        tmp_pixbuf = <optimized out>
        screen = 0x2f86800 [GdkScreenX11]
        icon_theme = 0x2fbfd20 [GtkIconTheme]
        settings = <optimized out>
        sizes = <optimized out>
        s = <optimized out>
        error = 0x0
#14 find_and_render_icon_source (detail=<optimized out>, widget=<optimized out>, size=<optimized out>, state=<optimized out>, direction=<optimized out>,
    style=<optimized out>, icon_set=<optimized out>) at gtkiconfactory.c:1547
        source = 0x3174fd0
        failed = 0x0
        pixbuf = 0x0
#15 IA__gtk_icon_set_render_icon (icon_set=icon_set@entry=0x30137b0, style=0x3066ff0 [OxygenStyle], direction=GTK_TEXT_DIR_LTR, state=state@entry=GTK_STATE_NORMAL,
    size=size@entry=GTK_ICON_SIZE_BUTTON, widget=widget@entry=0x2fca380 [GtkImage], detail=detail@entry=0x0) at gtkiconfactory.c:1655
        icon = <optimized out>
        __PRETTY_FUNCTION__ = "IA__gtk_icon_set_render_icon"
#16 0x0000003de8642cdb in IA__gtk_widget_render_icon (widget=widget@entry=0x2fca380 [GtkImage], stock_id=<optimized out>, size=GTK_ICON_SIZE_BUTTON,
    detail=detail@entry=0x0) at gtkwidget.c:7448
        icon_set = 0x30137b0
        __PRETTY_FUNCTION__ = "IA__gtk_widget_render_icon"
#17 0x0000003de850ef91 in gtk_image_calc_size (image=0x2fca380 [GtkImage]) at gtkimage.c:2314
        widget = 0x2fca380 [GtkImage]
        pixbuf = 0x0
        priv = <optimized out>
#18 0x0000003de850eff1 in gtk_image_size_request (widget=0x2fca380 [GtkImage], requisition=0x2fca3b8) at gtkimage.c:2361
        image = 0x2fca380 [GtkImage]
#19 0x0000003ae8212fe0 in g_cclosure_marshal_VOID__BOXEDv (closure=0x2fb49c0, return_value=<optimized out>, instance=<optimized out>, args=<optimized out>,
    marshal_data=<optimized out>, n_params=<optimized out>, param_types=0x12f5570) at gmarshal.c:1160
        cc = 0x2fb49c0
        data1 = <optimized out>
        data2 = <optimized out>
---Type <return> to continue, or q <return> to quit---
        callback = <optimized out>
        arg0 = 0x2fca3b8
        args_copy = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffffff6960, reg_save_area = 0x7fffffff6870}}
#20 0x0000003ae821032f in _g_closure_invoke_va (closure=0x2fb49c0, return_value=0x0, instance=0x2fca380, args=0x7fffffff6820, n_params=1, param_types=0x12f5570)
    at gclosure.c:840
        marshal = 0x3ae820e900 <g_type_class_meta_marshalv>
        marshal_data = 0xf0
        in_marshal = 1
        real_closure = 0x2fb49a0
        __PRETTY_FUNCTION__ = "_g_closure_invoke_va"
#21 0x0000003ae8228e82 in g_signal_emit_valist (instance=instance@entry=0x2fca380, signal_id=signal_id@entry=36, detail=detail@entry=0,
    var_args=var_args@entry=0x7fffffff6820) at gsignal.c:3238
        return_accu = 0x0
        accu = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {
              v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}
        accumulator = 0x0
        emission = {next = 0x7fffffff6b40, instance = 0x2fca380, ihint = {signal_id = 36, detail = 0, run_type = G_SIGNAL_RUN_FIRST}, state = EMISSION_RUN,
          chain_type = 53018112}
        signal_id = 36
        instance_type = <optimized out>
        emission_return = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0,
              v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}
        rtype = 4
        static_scope = 0
        fastpath_handler = <optimized out>
        closure = 0x2fb49c0
        run_type = <optimized out>
        l = <optimized out>
        fastpath = <optimized out>
        instance_and_params = <optimized out>
        signal_return_type = <optimized out>
        param_values = <optimized out>
        i = <optimized out>
        n_params = <optimized out>
        __PRETTY_FUNCTION__ = "g_signal_emit_valist"
        __FUNCTION__ = "g_signal_emit_valist"
#22 0x0000003ae822a012 in g_signal_emit_by_name (instance=instance@entry=0x2fca380, detailed_signal=detailed_signal@entry=0x3de8745e79 "size-request")
    at gsignal.c:3426
        var_args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7fffffff6960, reg_save_area = 0x7fffffff6870}}
        detail = 0
        signal_id = 36
        itype = 53018112
        __PRETTY_FUNCTION__ = "g_signal_emit_by_name"
---Type <return> to continue, or q <return> to quit---
#23 0x0000003de8595765 in do_size_request (widget=widget@entry=0x2fca380 [GtkImage]) at gtksizegroup.c:628
No locals.
#24 0x0000003de8596148 in do_size_request (widget=0x2fca380 [GtkImage]) at gtksizegroup.c:831
No locals.
#25 _gtk_size_group_compute_requisition (widget=0x2fca380 [GtkImage], requisition=requisition@entry=0x7fffffff6990) at gtksizegroup.c:828
        width = <optimized out>
        height = <optimized out>
#26 0x0000003de863aab9 in IA__gtk_widget_size_request (widget=<optimized out>, requisition=requisition@entry=0x7fffffff6990) at gtkwidget.c:3939
        __PRETTY_FUNCTION__ = "IA__gtk_widget_size_request"
#27 0x0000003de84824bd in gtk_box_size_request (widget=0x3291ee0 [GtkHBox], requisition=0x3291f18) at gtkbox.c:280
        child_requisition = {width = -38160, height = 32767}
        box = 0x3291ee0 [GtkHBox]
        private = <optimized out>
        child = 0x340ef30
        children = 0x31829a0 = {0x340efb0}
        nvis_children = 0
        width = <optimized out>
        height = <optimized out>
#28 0x0000003ae8212fe0 in g_cclosure_marshal_VOID__BOXEDv (closure=0x2fb49c0, return_value=<optimized out>, instance=<optimized out>, args=<optimized out>,
    marshal_data=<optimized out>, n_params=<optimized out>, param_types=0x12f5570) at gmarshal.c:1160
        cc = 0x2fb49c0
        data1 = <optimized out>
        data2 = <optimized out>
        callback = <optimized out>
        arg0 = 0x3291f18
        args_copy = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffffff6da0, reg_save_area = 0x7fffffff6cb0}}
#29 0x0000003ae821032f in _g_closure_invoke_va (closure=0x2fb49c0, return_value=0x0, instance=0x3291ee0, args=0x7fffffff6c60, n_params=1, param_types=0x12f5570)
    at gclosure.c:840
        marshal = 0x3ae820e900 <g_type_class_meta_marshalv>
        marshal_data = 0xf0
        in_marshal = 1
        real_closure = 0x2fb49a0
        __PRETTY_FUNCTION__ = "_g_closure_invoke_va"
#30 0x0000003ae8228e82 in g_signal_emit_valist (instance=instance@entry=0x3291ee0, signal_id=signal_id@entry=36, detail=detail@entry=0,
    var_args=var_args@entry=0x7fffffff6c60) at gsignal.c:3238
        return_accu = 0x0
        accu = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {
              v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}
        accumulator = 0x0
        emission = {next = 0x7fffffff6f50, instance = 0x3291ee0, ihint = {signal_id = 36, detail = 0, run_type = G_SIGNAL_RUN_FIRST}, state = EMISSION_RUN,
          chain_type = 51108224}
        signal_id = 36
        instance_type = <optimized out>
---Type <return> to continue, or q <return> to quit---
        emission_return = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0,
              v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}
        rtype = 4
        static_scope = 0
        fastpath_handler = <optimized out>
        closure = 0x2fb49c0
        run_type = <optimized out>
        l = <optimized out>
        fastpath = <optimized out>
        instance_and_params = <optimized out>
        signal_return_type = <optimized out>
        param_values = <optimized out>
        i = <optimized out>
        n_params = <optimized out>
        __PRETTY_FUNCTION__ = "g_signal_emit_valist"
        __FUNCTION__ = "g_signal_emit_valist"
#31 0x0000003ae822a012 in g_signal_emit_by_name (instance=instance@entry=0x3291ee0, detailed_signal=detailed_signal@entry=0x3de8745e79 "size-request")
    at gsignal.c:3426
        var_args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7fffffff6da0, reg_save_area = 0x7fffffff6cb0}}
        detail = 0
        signal_id = 36
        itype = 51108224
        __PRETTY_FUNCTION__ = "g_signal_emit_by_name"
#32 0x0000003de8595765 in do_size_request (widget=widget@entry=0x3291ee0 [GtkHBox]) at gtksizegroup.c:628
No locals.
#33 0x0000003de8596148 in do_size_request (widget=0x3291ee0 [GtkHBox]) at gtksizegroup.c:831
No locals.
#34 _gtk_size_group_compute_requisition (widget=0x3291ee0 [GtkHBox], requisition=requisition@entry=0x7fffffff6dc0) at gtksizegroup.c:828
        width = <optimized out>
        height = <optimized out>
#35 0x0000003de863aab9 in IA__gtk_widget_size_request (widget=<optimized out>, requisition=requisition@entry=0x7fffffff6dc0) at gtkwidget.c:3939
        __PRETTY_FUNCTION__ = "IA__gtk_widget_size_request"
#36 0x0000003de847879c in gtk_alignment_size_request (widget=0x30302a0 [GtkAlignment], requisition=0x30302d8) at gtkalignment.c:482
        child_requisition = {width = 0, height = 0}
        bin = 0x30302a0 [GtkAlignment]
        priv = 0x3030290
#37 0x0000003ae8212fe0 in g_cclosure_marshal_VOID__BOXEDv (closure=0x2fb49c0, return_value=<optimized out>, instance=<optimized out>, args=<optimized out>,
    marshal_data=<optimized out>, n_params=<optimized out>, param_types=0x12f5570) at gmarshal.c:1160
        cc = 0x2fb49c0
        data1 = <optimized out>
        data2 = <optimized out>
        callback = <optimized out>
        arg0 = 0x30302d8
---Type <return> to continue, or q <return> to quit---
        args_copy = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffffff71b0, reg_save_area = 0x7fffffff70c0}}
#38 0x0000003ae821032f in _g_closure_invoke_va (closure=0x2fb49c0, return_value=0x0, instance=0x30302a0, args=0x7fffffff7070, n_params=1, param_types=0x12f5570)
    at gclosure.c:840
        marshal = 0x3ae820e900 <g_type_class_meta_marshalv>
        marshal_data = 0xf0
        in_marshal = 1
        real_closure = 0x2fb49a0
        __PRETTY_FUNCTION__ = "_g_closure_invoke_va"
#39 0x0000003ae8228e82 in g_signal_emit_valist (instance=instance@entry=0x30302a0, signal_id=signal_id@entry=36, detail=detail@entry=0,
    var_args=var_args@entry=0x7fffffff7070) at gsignal.c:3238
        return_accu = 0x0
        accu = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {
              v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}
        accumulator = 0x0
        emission = {next = 0x7fffffff7390, instance = 0x30302a0, ihint = {signal_id = 36, detail = 0, run_type = G_SIGNAL_RUN_FIRST}, state = EMISSION_RUN,
          chain_type = 54580800}
        signal_id = 36
        instance_type = <optimized out>
        emission_return = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0,
              v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}
        rtype = 4
        static_scope = 0
        fastpath_handler = <optimized out>
        closure = 0x2fb49c0
        run_type = <optimized out>
        l = <optimized out>
        fastpath = <optimized out>
        instance_and_params = <optimized out>
        signal_return_type = <optimized out>
        param_values = <optimized out>
        i = <optimized out>
        n_params = <optimized out>
        __PRETTY_FUNCTION__ = "g_signal_emit_valist"
        __FUNCTION__ = "g_signal_emit_valist"
#40 0x0000003ae822a012 in g_signal_emit_by_name (instance=instance@entry=0x30302a0, detailed_signal=detailed_signal@entry=0x3de8745e79 "size-request")
    at gsignal.c:3426
        var_args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7fffffff71b0, reg_save_area = 0x7fffffff70c0}}
        detail = 0
        signal_id = 36
        itype = 54580800
        __PRETTY_FUNCTION__ = "g_signal_emit_by_name"
#41 0x0000003de8595765 in do_size_request (widget=widget@entry=0x30302a0 [GtkAlignment]) at gtksizegroup.c:628
No locals.
---Type <return> to continue, or q <return> to quit---
#42 0x0000003de8596148 in do_size_request (widget=0x30302a0 [GtkAlignment]) at gtksizegroup.c:831
No locals.
#43 _gtk_size_group_compute_requisition (widget=0x30302a0 [GtkAlignment], requisition=requisition@entry=0x7fffffff71e0) at gtksizegroup.c:828
        width = <optimized out>
        height = <optimized out>
#44 0x0000003de863aab9 in IA__gtk_widget_size_request (widget=<optimized out>, requisition=requisition@entry=0x7fffffff71e0) at gtkwidget.c:3939
        __PRETTY_FUNCTION__ = "IA__gtk_widget_size_request"
#45 0x0000003de848970e in gtk_button_size_request (widget=0x3063280 [GtkButton], requisition=0x30632b8) at gtkbutton.c:1355
        child_requisition = {width = -36032, height = 32767}
        button = 0x3063280 [GtkButton]
        default_border = {left = 0, right = 0, top = 0, bottom = 0}
        inner_border = {left = 2, right = 2, top = 1, bottom = 0}
        focus_width = 1
        focus_pad = 1
#46 0x0000003ae8212fe0 in g_cclosure_marshal_VOID__BOXEDv (closure=0x2fb49c0, return_value=<optimized out>, instance=<optimized out>, args=<optimized out>,
    marshal_data=<optimized out>, n_params=<optimized out>, param_types=0x12f5570) at gmarshal.c:1160
        cc = 0x2fb49c0
        data1 = <optimized out>
        data2 = <optimized out>
        callback = <optimized out>
        arg0 = 0x30632b8
        args_copy = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7fffffff75f0, reg_save_area = 0x7fffffff7500}}
#47 0x0000003ae82103b7 in _g_closure_invoke_va (closure=0x2fb49c0, return_value=0x0, instance=0x3063280, args=0x7fffffff74b0, n_params=1, param_types=0x12f5570)
    at gclosure.c:840
        marshal = 0x3ae820e900 <g_type_class_meta_marshalv>
        marshal_data = 0xf0
        in_marshal = 0
        real_closure = 0x2fb49a0
        __PRETTY_FUNCTION__ = "_g_closure_invoke_va"
#48 0x0000003ae8228e82 in g_signal_emit_valist (instance=instance@entry=0x3063280, signal_id=signal_id@entry=36, detail=detail@entry=0,
    var_args=var_args@entry=0x7fffffff74b0) at gsignal.c:3238
        return_accu = 0x0
        accu = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}, {
              v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}
        accumulator = 0x0
        emission = {next = 0x0, instance = 0x3063280, ihint = {signal_id = 36, detail = 0, run_type = G_SIGNAL_RUN_FIRST}, state = EMISSION_RUN, chain_type = 50616176}
        signal_id = 36
        instance_type = <optimized out>
        emission_return = {g_type = 0, data = {{v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0,
              v_pointer = 0x0}, {v_int = 0, v_uint = 0, v_long = 0, v_ulong = 0, v_int64 = 0, v_uint64 = 0, v_float = 0, v_double = 0, v_pointer = 0x0}}}
        rtype = 4
        static_scope = 0
        fastpath_handler = <optimized out>
---Type <return> to continue, or q <return> to quit---
        closure = 0x2fb49c0
        run_type = <optimized out>
        l = <optimized out>
        fastpath = <optimized out>
        instance_and_params = <optimized out>
        signal_return_type = <optimized out>
        param_values = <optimized out>
        i = <optimized out>
        n_params = <optimized out>
        __PRETTY_FUNCTION__ = "g_signal_emit_valist"
        __FUNCTION__ = "g_signal_emit_valist"
#49 0x0000003ae822a012 in g_signal_emit_by_name (instance=instance@entry=0x3063280, detailed_signal=detailed_signal@entry=0x3de8745e79 "size-request")
    at gsignal.c:3426
        var_args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7fffffff75f0, reg_save_area = 0x7fffffff7500}}
        detail = 0
        signal_id = 36
        itype = 50616176
        __PRETTY_FUNCTION__ = "g_signal_emit_by_name"
#50 0x0000003de8595765 in do_size_request (widget=widget@entry=0x3063280 [GtkButton]) at gtksizegroup.c:628
No locals.
#51 0x0000003de8596148 in do_size_request (widget=0x3063280 [GtkButton]) at gtksizegroup.c:831
No locals.
#52 _gtk_size_group_compute_requisition (widget=0x3063280 [GtkButton], requisition=0x7fffffff7610) at gtksizegroup.c:828
        width = <optimized out>
        height = <optimized out>
#53 0x00007ffff0d9c1fc in wxButtonBase::GetDefaultSize() () from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#54 0x00007ffff0d9c427 in wxButton::DoGetBestSize() const () from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#55 0x00007ffff0e3c5b1 in wxWindowBase::GetEffectiveMinSize() const () from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#56 0x00007ffff0e3c841 in wxWindowBase::SetInitialSize(wxSize const&) () from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#57 0x00007ffff0d9c673 in wxButton::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxValidator const&, wxString const&) ()
   from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#58 0x00007fffefa11163 in ?? () from /home/doktor5000/.dropbox-dist/wx._controls_.so
No symbol table info available.
#59 0x0000000000493bf1 in PyEval_EvalFrameEx ()
No symbol table info available.
#60 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#61 0x00000000005f2b9f in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#62 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#63 0x00000000005d3e2f in ?? ()
No symbol table info available.
#64 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#65 0x0000000000469878 in ?? ()
No symbol table info available.
#66 0x0000000000466a92 in ?? ()
No symbol table info available.
#67 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#68 0x000000000048fdc2 in PyEval_EvalFrameEx ()
No symbol table info available.
#69 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#70 0x00000000005f2b9f in ?? ()
No symbol table info available.
#71 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#72 0x00000000005d3e2f in ?? ()
No symbol table info available.
#73 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#74 0x0000000000469878 in ?? ()
No symbol table info available.
#75 0x0000000000466a92 in ?? ()
No symbol table info available.
#76 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#77 0x000000000048fdc2 in PyEval_EvalFrameEx ()
No symbol table info available.
#78 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#79 0x00000000005f2b9f in ?? ()
No symbol table info available.
#80 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#81 0x00000000005d3e2f in ?? ()
No symbol table info available.
#82 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#83 0x0000000000469878 in ?? ()
No symbol table info available.
#84 0x0000000000466a92 in ?? ()
No symbol table info available.
#85 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#86 0x000000000048fdc2 in PyEval_EvalFrameEx ()
No symbol table info available.
#87 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#88 0x00000000005f2b9f in ?? ()
No symbol table info available.
#89 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#90 0x0000000000490a04 in PyEval_EvalFrameEx ()
No symbol table info available.
#91 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#92 0x0000000000493a61 in PyEval_EvalFrameEx ()
No symbol table info available.
#93 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#94 0x00000000005f2b9f in ?? ()
No symbol table info available.
#95 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#96 0x00007ffff5d867d2 in ?? () from /home/doktor5000/.dropbox-dist/_functools.so
No symbol table info available.
#97 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#98 0x0000000000490a04 in PyEval_EvalFrameEx ()
No symbol table info available.
#99 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#100 0x00000000005f2b9f in ?? ()
No symbol table info available.
#101 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#102 0x0000000000490a04 in PyEval_EvalFrameEx ()
No symbol table info available.
#103 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#104 0x00000000005f2b9f in ?? ()
---Type <return> to continue, or q <return> to quit---
No symbol table info available.
#105 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#106 0x000000000048d2c6 in PyEval_CallObjectWithKeywords ()
No symbol table info available.
#107 0x00007ffff1649c11 in wxPyCallback::EventThunker(wxEvent&) () from /home/doktor5000/.dropbox-dist/wx._core_.so
No symbol table info available.
#108 0x00007ffff073a20f in wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) ()
   from /home/doktor5000/.dropbox-dist/libwx_baseud-2.8.so.0
No symbol table info available.
#109 0x00007ffff073a362 in wxEvtHandler::SearchDynamicEventTable(wxEvent&) () from /home/doktor5000/.dropbox-dist/libwx_baseud-2.8.so.0
No symbol table info available.
#110 0x00007ffff073ab73 in wxEvtHandler::ProcessEvent(wxEvent&) () from /home/doktor5000/.dropbox-dist/libwx_baseud-2.8.so.0
No symbol table info available.
#111 0x00007ffff073a8e0 in wxEvtHandler::ProcessPendingEvents() () from /home/doktor5000/.dropbox-dist/libwx_baseud-2.8.so.0
No symbol table info available.
#112 0x00007ffff06b70ee in wxAppConsole::ProcessPendingEvents() () from /home/doktor5000/.dropbox-dist/libwx_baseud-2.8.so.0
No symbol table info available.
#113 0x00007ffff0dd3016 in wxAppBase::ProcessIdle() () from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#114 0x00007ffff0d3ee36 in ?? () from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#115 0x0000003ae6248146 in g_main_dispatch (context=0x2c971f0) at gmain.c:3066
        dispatch = 0x3ae62451a0 <g_idle_dispatch>
        was_in_call = 0
        user_data = 0x0
        callback = 0x7ffff0d3ed40
        cb_funcs = 0x3ae64fe920 <g_source_callback_funcs>
        cb_data = 0x7fffc002d900
        need_destroy = <optimized out>
        current_source_link = {data = 0x7fffc007f720, next = 0x0}
        source = 0x7fffc007f720
        current = 0x2f975c0
        i = 0
#116 g_main_context_dispatch (context=context@entry=0x2c971f0) at gmain.c:3642
No locals.
#117 0x0000003ae6248498 in g_main_context_iterate (context=0x2c971f0, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3713
        max_priority = 2147483647
        timeout = -1
        some_ready = 1
        nfds = <optimized out>
        allocated_nfds = 3
        fds = 0x3293230
---Type <return> to continue, or q <return> to quit---
#118 0x0000003ae624889a in g_main_loop_run (loop=0x3293210) at gmain.c:3907
        __PRETTY_FUNCTION__ = "g_main_loop_run"
#119 0x0000003de852a127 in IA__gtk_main () at gtkmain.c:1257
        tmp_list = 0x0
        functions = 0x0
        init = <optimized out>
        loop = 0x3293210
#120 0x00007ffff0d580a8 in wxEventLoop::Run() () from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#121 0x00007ffff0dd2fbb in wxAppBase::MainLoop() () from /home/doktor5000/.dropbox-dist/libwx_gtk2ud_core-2.8.so.0
No symbol table info available.
#122 0x00007ffff16464d7 in wxPyApp::MainLoop() () from /home/doktor5000/.dropbox-dist/wx._core_.so
No symbol table info available.
#123 0x00007ffff167bb8e in ?? () from /home/doktor5000/.dropbox-dist/wx._core_.so
No symbol table info available.
#124 0x0000000000493bf1 in PyEval_EvalFrameEx ()
No symbol table info available.
#125 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#126 0x00000000005f2b9f in ?? ()
No symbol table info available.
#127 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#128 0x00000000005d3e2f in ?? ()
No symbol table info available.
#129 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#130 0x000000000048fdc2 in PyEval_EvalFrameEx ()
No symbol table info available.
#131 0x000000000049509f in PyEval_EvalFrameEx ()
No symbol table info available.
#132 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#133 0x00000000005f2b9f in ?? ()
No symbol table info available.
#134 0x00000000005c3cfd in PyObject_Call ()
No symbol table info available.
#135 0x0000000000490a04 in PyEval_EvalFrameEx ()
No symbol table info available.
#136 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#137 0x0000000000493a61 in PyEval_EvalFrameEx ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#138 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#139 0x0000000000493a61 in PyEval_EvalFrameEx ()
No symbol table info available.
#140 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#141 0x0000000000493a61 in PyEval_EvalFrameEx ()
No symbol table info available.
#142 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#143 0x0000000000493a61 in PyEval_EvalFrameEx ()
No symbol table info available.
#144 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#145 0x00000000004942b2 in PyEval_EvalFrameEx ()
No symbol table info available.
#146 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#147 0x00000000004942b2 in PyEval_EvalFrameEx ()
No symbol table info available.
#148 0x0000000000495c20 in PyEval_EvalCodeEx ()
No symbol table info available.
#149 0x0000000000495c92 in PyEval_EvalCode ()
No symbol table info available.
#150 0x00000000004b82b5 in PyRun_StringFlags ()
No symbol table info available.
#151 0x000000000044711b in main ()
No symbol table info available.
(gdb)


Could this issue result from the different libpng / pixbuf-loader libraries installed? This is what I've currently got installed:

Code: Select all
[doktor5000@Mageia4 .dropbox-dist]$ rpm -qa | grep -i -e png -e pixbuf | sort
gdk-pixbuf2.0-2.30.1-1.mga4
gdk-pixbuf2.0-debuginfo-2.30.1-1.mga4
lib64gdk_pixbuf-gir2.0-2.30.1-1.mga4
lib64gdk_pixbuf2.0-devel-2.30.1-1.mga4
lib64gdk_pixbuf2.0_0-2.30.1-1.mga4
lib64png-devel-1.6.8-1.1.mga4
lib64png12_0-1.2.50-4.2.mga4
lib64png15_15-1.5.13-2.mga3
lib64png16_16-1.6.8-1.1.mga4
libgdk_pixbuf2.0_0-2.30.1-1.mga4
libpng-debuginfo-1.6.8-1.1.mga4
libpng12_0-1.2.50-4.2.mga4
libpng16_16-1.6.8-1.1.mga4
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox not starting - segmentation fault

Postby doktor5000 » May 19th, '14, 14:08

This is weird. After rebooting dropbox starts normally and kfilebox integration also works. No clue why.
Seems the same as for Myles: viewtopic.php?p=44944#p44944
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox not starting - segmentation fault

Postby billr » May 19th, '14, 16:27

I had seen that posting, as well, and tried a reboot but still get a segfault. I'm glad it's working for you!
billr
 
Posts: 46
Joined: Apr 19th, '12, 21:27

Re: Dropbox not starting - segmentation fault

Postby doktor5000 » May 19th, '14, 20:20

Maybe you need to have a look at the libpng / pixbuf-loader packages that are installed? Compare against mine post above.
Also, I've installed dropbox manually, in addition to kfilebox which also does this. Maybe it helps?

for x86_64 system:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -

Also check the other thread, did you change your icon theme away from oxygen?
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Dropbox not starting - segmentation fault

Postby billr » May 20th, '14, 05:59

The pixbuf libs are the same as yours. The lib64png12 and lib64png16 libs are the same. I do not have lib64png15 and don't see it in the repositories. I also don't have the 32-bit versions installed - which you do.
Code: Select all
$ rpm -qa | grep -i -e png -e pixbuf | sort
gdk-pixbuf2.0-2.30.1-1.mga4
lib64gdk_pixbuf-gir2.0-2.30.1-1.mga4
lib64gdk_pixbuf2.0_0-2.30.1-1.mga4
lib64png12_0-1.2.50-4.2.mga4
lib64png16_16-1.6.8-1.1.mga4


I have Air icon theme. I've also tried installing dropbox 2.8.0 direct from the dropbox website with the same results. I've opened a support ticket with dropbox.
billr
 
Posts: 46
Joined: Apr 19th, '12, 21:27


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest