Hi!

Playing around with the latest lyx-devel to see if we have more bugs
I just fixed one outstanding one in InternalSetCursor() :), but found
another one which I don't get out very smart ;)

It seems it dumps core on one of the exteral "C" functions but I don't
know how to debug this! Could someone else have a look to.

The problem is when inserting an Url in the text and clicking OK to
terminate the input.

This is the backtrace:

#0  0x40242111 in __kill ()
#1  0x40241d66 in raise (sig=6) at ../sysdeps/posix/raise.c:27
#2  0x40243447 in abort () at ../sysdeps/generic/abort.c:88
#3  0x809c41f in error_handler (err_sig=11) at ../src/lyx_main.C:568
#4  <signal handler called>
#5  0xc001e000 in ?? ()
#6  0x810c0f4 in C_InsetUrl_CloseUrlCB (ob=0x81fd4b0) at inseturl.C:104
#7  0x4003da34 in fl_object_qread ()
#8  0x4004da3e in fl_check_forms ()
#9  0x8098e99 in LyXGUI::runTime (this=0x817fc90) at lyx_gui.C:626

The line where the problem is looks like:

102     extern "C" void C_InsetUrl_CloseUrlCB(FL_OBJECT *ob, long)
103     {
104             InsetUrl::CloseUrlCB(0,0);
105     }

I commit the last bugfix now so others can test lyx-devel a bit more
to discover core-dumps :)

Greets Jürgen

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Dr. Jürgen Vigna                      E-Mail: [EMAIL PROTECTED]
Gerbergasse 60                        Tel:    +39-0471-450260
I-39100 Bozen                         Fax:    +39-0471-970042
ITALY                                 Web:    http://www.sad.it/~jug

"I'm really enjoying not talking to you ... Let's not talk again ________REAL
soon ..."

-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Reply via email to