Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 501492 - sys-apps/roccat-tools-1.4 - konepureconfig: segmentation fault in roccat_config_window_warn_if_no_device () from /usr/lib64/roccat/libroccatwidget.so.1 when choosing File -> Store all in device
Summary: sys-apps/roccat-tools-1.4 - konepureconfig: segmentation fault in roccat_conf...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Dmitry Pisklov
URL: http://sourceforge.net/p/roccat/bugs/30/
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks:
 
Reported: 2014-02-16 14:33 UTC by Alex
Modified: 2014-03-04 07:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (emerge.info,4.38 KB, text/plain)
2014-02-16 14:33 UTC, Alex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex 2014-02-16 14:33:06 UTC
Created attachment 370544 [details]
emerge --info output

Hello!

I have a laser Roccat Kone Pure mouse and roccat-tools (unmasked package) installed.
With 1.3 everything was Ok.
With 1.4 konepureconfig GUI segfaults when "File"->"Store all in device" option is clicked.
Emerge didn't have any problems. Overall performance seems not affected with this segfault.
"Emerge --info" output attached.
This issue on roccat's Sourceforge: http://sourceforge.net/p/roccat/bugs/30/

GDB trace
```
(gdb) run
Starting program: /usr/bin/konepureconfig 
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7773366 in roccat_config_window_warn_if_no_device ()
   from /usr/lib64/roccat/libroccatwidget.so.1
(gdb) bt
#0  0x00007ffff7773366 in roccat_config_window_warn_if_no_device ()
   from /usr/lib64/roccat/libroccatwidget.so.1
#1  0x00000000004072d1 in ?? ()
#2  0x00007ffff6bdcfd7 in ?? () from /usr/lib64/libgobject-2.0.so.0
#3  0x00007ffff6bf5016 in g_signal_emit_valist ()
   from /usr/lib64/libgobject-2.0.so.0
#4  0x00007ffff6bf5cea in g_signal_emit () from /usr/lib64/libgobject-2.0.so.0
#5  0x00007ffff6bdcd10 in g_closure_invoke ()
   from /usr/lib64/libgobject-2.0.so.0
#6  0x00007ffff6bedec0 in ?? () from /usr/lib64/libgobject-2.0.so.0
#7  0x00007ffff6bf5a4c in g_signal_emit_valist ()
   from /usr/lib64/libgobject-2.0.so.0
#8  0x00007ffff6bf5cea in g_signal_emit () from /usr/lib64/libgobject-2.0.so.0
#9  0x00007ffff67ebeec in gtk_widget_activate ()
   from /usr/lib64/libgtk-x11-2.0.so.0
#10 0x00007ffff66e9ccd in gtk_menu_shell_activate_item ()
   from /usr/lib64/libgtk-x11-2.0.so.0
#11 0x00007ffff66ea06c in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#12 0x00007ffff66d7159 in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#13 0x00007ffff6bdcd10 in g_closure_invoke ()
   from /usr/lib64/libgobject-2.0.so.0
#14 0x00007ffff6bedbab in ?? () from /usr/lib64/libgobject-2.0.so.0
#15 0x00007ffff6bf56c2 in g_signal_emit_valist ()
---Type <return> to continue, or q <return> to quit---
   from /usr/lib64/libgobject-2.0.so.0
#16 0x00007ffff6bf5cea in g_signal_emit () from /usr/lib64/libgobject-2.0.so.0
#17 0x00007ffff67ecc5e in ?? () from /usr/lib64/libgtk-x11-2.0.so.0
#18 0x00007ffff66d54d4 in gtk_propagate_event ()
   from /usr/lib64/libgtk-x11-2.0.so.0
#19 0x00007ffff66d583b in gtk_main_do_event ()
   from /usr/lib64/libgtk-x11-2.0.so.0
#20 0x00007ffff4dfa4ec in ?? () from /usr/lib64/libgdk-x11-2.0.so.0
#21 0x00007ffff6e65065 in g_main_context_dispatch ()
   from /usr/lib64/libglib-2.0.so.0
#22 0x00007ffff6e653a8 in ?? () from /usr/lib64/libglib-2.0.so.0
#23 0x00007ffff6e6580a in g_main_loop_run () from /usr/lib64/libglib-2.0.so.0
#24 0x00007ffff66d4837 in gtk_main () from /usr/lib64/libgtk-x11-2.0.so.0
#25 0x00000000004057f8 in main ()
(gdb) kill

```

Regards,
Alex
Comment 1 Sergey Popov gentoo-dev 2014-03-04 07:05:10 UTC
Upstream says that this is fixed in 1.4.1, which is in portage now