Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 414871 - net-wireless/blueman - crashes with SIGSEGV with czech non UTF-8 locale set
Summary: net-wireless/blueman - crashes with SIGSEGV with czech non UTF-8 locale set
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-06 13:29 UTC by Tomas Vondra
Modified: 2012-06-19 13:00 UTC (History)
1 user (show)

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


Attachments
emerge --info (file_414871.txt,5.42 KB, text/plain)
2012-05-06 13:29 UTC, Tomas Vondra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Vondra 2012-05-06 13:29:00 UTC
Created attachment 310973 [details]
emerge --info

# LANG=cs_CZ blueman-manager
Loading configuration plugins
Using gconf config backend
Neoprávněný přístup do paměti (SIGSEGV)

LANG=cs_CZ.UTF-8 or LANG=C work OK.

Backtrace:
#0  0xa787f840 in g_markup_escape_text () from /usr/lib/libglib-2.0.so.0
#1  0xa7471d74 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#2  0xa7964f13 in g_object_set_property () from /usr/lib/libgobject-2.0.so.0
#3  0xa7462035 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#4  0xa726cc00 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#5  0xa726d4ee in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#6  0xa726f02f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#7  0xa787eca2 in g_markup_parse_context_parse ()
   from /usr/lib/libglib-2.0.so.0
#8  0xa726f42a in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#9  0xa726af61 in gtk_builder_add_from_file ()
   from /usr/lib/libgtk-x11-2.0.so.0
#10 0xa7666bab in ?? ()
   from /usr/lib/python2.7/site-packages/gtk-2.0/gtk/_gtk.so
#11 0xa7ec1450 in PyCFunction_Call () from /usr/lib/libpython2.7.so.1.0
#12 0xa7f22d06 in PyEval_EvalFrameEx () from /usr/lib/libpython2.7.so.1.0
#13 0xa7f24e09 in PyEval_EvalCodeEx () from /usr/lib/libpython2.7.so.1.0
#14 0xa7eab611 in ?? () from /usr/lib/libpython2.7.so.1.0
#15 0xa7e8180a in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
#16 0xa7e92c7e in ?? () from /usr/lib/libpython2.7.so.1.0
#17 0xa7e8180a in PyObject_Call () from /usr/lib/libpython2.7.so.1.0
#18 0xa7f1e027 in PyEval_CallObjectWithKeywords ()
   from /usr/lib/libpython2.7.so.1.0
#19 0xa7e939a6 in PyInstance_New () from /usr/lib/libpython2.7.so.1.0
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2012-06-13 08:35:45 UTC
Can you please try again with blueman-1.23?
Comment 2 Tomas Vondra 2012-06-17 15:24:52 UTC
Confirming. Bug is present.

troscn7 ~ # blueman-manager 
Loading configuration plugins
Using file config backend
Neoprávněný přístup do paměti (SIGSEGV)

troscn7 ~ # LANG=C blueman-manager 
Loading configuration plugins
Using file config backend
_________
Load (/usr/lib/python2.7/site-packages/blueman/main/PluginManager.py:68)
['PulseAudioProfile', 'Services'] 
...
-> GUI shows up
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2012-06-19 06:10:46 UTC
ok, I could reproduce and fix it. Please try with 1.23-r1 (as soon as it is on the mirrors).
Comment 4 Tiziano Müller (RETIRED) gentoo-dev 2012-06-19 13:00:20 UTC
Ok, created an upstream bug report with my patch here: https://bugs.launchpad.net/blueman/+bug/1015110

Closing since it works here now, please reopen if it does not for you.