![]() |
2008-02-24
, 15:35
|
|
Posts: 197 |
Thanked: 87 times |
Joined on Apr 2007
@ USA
|
#122
|
![]() |
2008-02-25
, 19:38
|
Posts: 13 |
Thanked: 1 time |
Joined on Feb 2008
|
#123
|
not that I know of. Easiest thing to do is keep the GDB terminal on a desktop PC (over SSH) so that you can choose y without AbiWord losing focus - it only happens when we receive focus again, so if you are connected over SSH you'll see that you only get it like twice on startup then once or twice when saving files, etc.
...
![]() |
2008-02-25
, 21:46
|
|
Posts: 197 |
Thanked: 87 times |
Joined on Apr 2007
@ USA
|
#124
|
![]() |
2008-02-26
, 07:30
|
Posts: 13 |
Thanked: 1 time |
Joined on Feb 2008
|
#125
|
As a matter of experience, I'm unlikely to suspect a bug in code at that level, since that is cross platform and therefore well used. I'm more concerned about one step up: in the UnixFrameImpl::_imRetrieveSurrounding_cb()
- that looks like something to do with an Input Method (im) just judging by the name, and I am pretty sure that file has some maemo only bits. If you want to go bug hunting, read through that function and try to follow it - if you notice anything weird, do tell. (PS - and I know there is something wrong with that function or something related to it, since we're not correctly doing the input method thing since the onscreen keyboard doesn't come up)
BTW, can you post the full backtrace to that bug (since the dump is not very elegant to use in the context of bugzilla)?
Program received signal SIGINT, Interrupt. 0x003192a8 in PD_Document::getNextStrux () (gdb) bt #0 0x003192a8 in PD_Document::getNextStrux () #1 0x0025c220 in fl_BlockLayout::getLength () #2 0x002dd5cc in FV_View::getTextBetweenPos () #3 0x00213448 in XAP_UnixFrameImpl::_imRetrieveSurrounding_cb () #4 0x41b2d758 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 Cannot access memory at address 0x1
Thanks for your help debugging this.
(PS - I have been able to edit text regularly with this in GDB, you just gotta hit "y" a lot over SSHWhoever can fix this and the keyboard bug will be my hero for a period of time)
![]() |
2008-03-05
, 21:34
|
|
Posts: 82 |
Thanked: 5 times |
Joined on Jun 2007
@ New Mexico, USA
|
#126
|
![]() |
2008-03-06
, 05:01
|
Posts: 28 |
Thanked: 4 times |
Joined on Aug 2007
@ Kuala Lumpur Malaysia
|
#127
|
![]() |
2008-03-06
, 21:23
|
|
Posts: 82 |
Thanked: 5 times |
Joined on Jun 2007
@ New Mexico, USA
|
#128
|
![]() |
2008-03-06
, 21:43
|
|
Posts: 197 |
Thanked: 87 times |
Joined on Apr 2007
@ USA
|
#129
|
![]() |
2008-03-06
, 22:24
|
|
Posts: 82 |
Thanked: 5 times |
Joined on Jun 2007
@ New Mexico, USA
|
#130
|
pos2 > pos1 at fv_View.cpp:6278
Continue ? (y/n) [y]:
Is there a way to automatically accept these assertions?