[gsettings] CCSM crashed in writeOption
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Compiz |
Incomplete
|
High
|
Sam Spilsbury | ||
Compiz Configuration Library - GSettings Backend |
Incomplete
|
Undecided
|
Sam Spilsbury |
Bug Description
CCSM crashes in writeOption with the following backtrace upon trying to import a profile:
Program received signal SIGSEGV, Segmentation fault.
0x00007fffeb404c8b in valueChanged (settings=
at /media/
284 setting = it->data;
(gdb) bt
#0 0x00007fffeb404c8b in valueChanged (settings=
at /media/
#1 0x00007ffff51570a4 in g_closure_invoke () from /usr/lib/
#2 0x00007ffff516902a in ?? () from /usr/lib/
#3 0x00007ffff51726b1 in g_signal_
#4 0x00007ffff5172852 in g_signal_emit () from /usr/lib/
#5 0x00007ffff3f06fb1 in ?? () from /usr/lib/
#6 0x00007ffff4f45a14 in ffi_call_unix64 () from /usr/lib/
#7 0x00007ffff4f45435 in ffi_call () from /usr/lib/
#8 0x00007ffff5157567 in g_cclosure_
#9 0x00007ffff51570a4 in g_closure_invoke () from /usr/lib/
#10 0x00007ffff5168e5f in ?? () from /usr/lib/
#11 0x00007ffff5172483 in g_signal_
#12 0x00007ffff5172852 in g_signal_emit () from /usr/lib/
#13 0x00007ffff3f072ce in ?? () from /usr/lib/
#14 0x00007ffff3f03fba in ?? () from /usr/lib/
#15 0x00007ffff5e52f85 in g_main_
#16 0x00007ffff3f040cc in ?? () from /usr/lib/
#17 0x00007ffff3f045f1 in g_settings_
#18 0x00007fffeafcd7bb in ?? () from /usr/lib/
#19 0x00007ffff3f09937 in g_settings_reset () from /usr/lib/
#20 0x00007fffeb405fbe in resetOptionToDe
at /media/
#21 0x00007fffeb406bc6 in writeSetting (context=0x108e640, setting=
at /media/
#22 0x00007fffec1b4492 in ccsWriteSettings (context=0x108e640)
at /home/smspillaz
#23 0x00007fffec3f74d9 in __pyx_pf_
at src/compizconfi
#24 0x00000000004b6569 in call_function (oparg=<optimized out>, pp_stack=
#25 PyEval_EvalFrameEx (f=<optimized out>, throwflag=
#26 0x00000000004bcd2d in PyEval_EvalCodeEx (co=0x103d530, globals=<optimized out>, locals=<optimized out>, args=<optimized out>, argcount=<optimized out>, kws=<optimized out>,
kwcount=0, defs=0x0, defcount=0, closure=0x0) at ../Python/
#27 0x0000000000448edf in function_call (func=<function at remote 0x10fc488>, arg=
(<ProfileBa
#28 0x000000000041ad2a in PyObject_Call (func=<function at remote 0x10fc488>, arg=<optimized out>, kw=<optimized out>) at ../Objects/
#29 0x000000000043074e in instancemethod_call (func=<function at remote 0x10fc488>, arg=
(<ProfileBa
#30 0x000000000041ad2a in PyObject_Call (func=<
#31 0x00000000004b5d76 in PyEval_
at ../Python/
#32 0x00007ffff53b2438 in ?? () from /usr/lib/
#33 0x00007ffff51570a4 in g_closure_invoke () from /usr/lib/
Changed in compiz-compizconfig-gsettings: | |
assignee: | nobody → Sam Spilsbury (smspillaz) |
milestone: | none → 0.9.6 |
status: | New → In Progress |
Changed in compiz: | |
assignee: | nobody → Sam Spilsbury (smspillaz) |
status: | New → In Progress |
summary: |
- CCSM crashed in writeOption + [gsettings] CCSM crashed in writeOption |
Changed in compiz-compizconfig-gsettings: | |
status: | In Progress → Incomplete |
Changed in compiz: | |
milestone: | 0.9.8.0 → none |
Changed in compiz-compizconfig-gsettings: | |
milestone: | 0.9.6 → none |
Incomplete. Not sure if it's still reproducible.