[Gambas-user] Crash with Paint.PathExtents?

Tobias Boege taboege at ...626...
Fri Feb 20 18:18:26 CET 2015


Hi,

the following project crashes after being started.

I'm running the latest revision, of course, but I'm not sure about those
crashes. Most recently (today morning I guess), I had another one from a
gb.xml project, gb.report2 didn't install well a few minutes ago, I have
already accumulated a vast amount of svn conflicts in my tree, etc. etc..

But maybe it's an actual bug. gdb says:

(gdb) r
Starting program: /usr/bin/gbx3
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
FMain.Form_Open.11: h:  0       0       10      10
FMain.Form_Open.18: g:  5       5       15      15

Program received signal SIGSEGV, Segmentation fault.
0x000000000040af71 in EXEC_native_quick () at gbx_exec.c:1234
1234    gbx_exec.c: No such file or directory.
(gdb) bt
#0  0x000000000040af71 in EXEC_native_quick () at gbx_exec.c:1234
#1  0x000000000040b87e in EXEC_native_check (defined=<optimized out>) at gbx_exec.c:1161
#2  0x0000000000437ec9 in EXEC_loop () at gbx_exec_loop.c:1150
#3  0x000000000040a515 in EXEC_function_loop () at gbx_exec.c:931
#4  0x000000000040abee in EXEC_function_real () at gbx_exec.c:895
#5  0x000000000040b9ea in EXEC_public_desc (class=<optimized out>, object=object at ...2861...=0x8945a8, desc=<optimized out>, nparam=nparam at ...2861...=0) at gbx_exec.c:1616
#6  0x000000000041f57f in raise_event (observer=observer at ...2861...=0x8945a8, object=object at ...2861...=0x8945a8, func_id=157, func_id at ...2861...=158, nparam=nparam at ...2861...=0) at gbx_api.c:896
#7  0x0000000000421136 in GB_Raise (object=0x8945a8, event_id=<optimized out>, nparam=0) at gbx_api.c:1032
#8  0x00007ffff61730a2 in emit_open_event (_object=0x8945a8) at CWindow.cpp:231
#9  0x00007ffff6175609 in Window_Show (_object=0x8945a8, _param=<optimized out>) at CWindow.cpp:670
#10 0x000000000040b3d3 in EXEC_native () at gbx_exec.c:1366
#11 0x000000000040b9a1 in EXEC_public_desc (class=<optimized out>, object=object at ...2861...=0x0, desc=desc at ...2861...=0x7ffff63b67d0 <CFormDesc+144>, nparam=nparam at ...2861...=0)
    at gbx_exec.c:1606
#12 0x0000000000404819 in main (argc=1, argv=0x7fffffffe728) at gbx.c:416

even before the window shows (which is also obvious from the bt).

Regards,
Tobi

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: extents-bug-0.0.1.tar.gz
Type: application/octet-stream
Size: 4037 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20150220/1d956fc7/attachment.obj>


More information about the User mailing list