Dear all, I have weird segv from terminology. This happens a lot whenever I resize terminology with alt + mouse wheel press. I updated svn yesterday night so it's kind of up-to-date.
(gdb) bt #0 0x08055105 in termio_selection_get (obj=0xb731a358, c1x=62, c1y=16, c2x=63, c2y=16) at termio.c:2011 #1 0x0805636b in _smart_mouseover_apply (obj=0xb731a358) at termio.c:120 #2 0x08056d2c in _smart_apply (obj=0xb731a358) at termio.c:468 #3 0x0805737d in _smart_size (obj=0xb731a358, w=71, h=15, force=0 '\000') at termio.c:496 #4 0x08057701 in _smart_cb_delayed_size (data=0xb731a358) at termio.c:515 #5 0x004baf3a in _ecore_call_task_cb (when=3315.247281336) at ecore_private.h:265 #6 _ecore_timer_expired_call (when=3315.247281336) at ecore_timer.c:792 #7 0x004bb13b in _ecore_timer_expired_timers_call (when=3315.247281336) at ecore_timer.c:746 #8 0x004b7b8e in _ecore_main_loop_iterate_internal (once_only=0) at ecore_main.c:1705 #9 0x004b82a7 in ecore_main_loop_begin () at ecore_main.c:931 #10 0x001e05d8 in elm_run () at elm_main.c:880 #11 0x0804f652 in elm_main (argc=1, argv=0xbffff2f4) at main.c:413 #12 0x0804fa8f in main (argc=1, argv=0xbffff2f4) at main.c:425 (gdb) p sd->imf $1 = (Ecore_IMF_Context *) 0x0 It's weird sd->imf is NULL here even there is a guard code in termio.c if (!sd->imf) goto imf_done; Anybody can figure this out? Daniel Juyung Seo (SeoZ) ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
