[Gambas-user] Issue 479 in gambas: SegFault 11 on sqlitedataset.cpp

gambas at ...2524... gambas at ...2524...
Tue Dec 3 15:33:24 CET 2013


Status: New
Owner: ----
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any  
Desktop-Any GUI-Any

New issue 479 by marcobra... at ...626...: SegFault 11 on sqlitedataset.cpp
http://code.google.com/p/gambas/issues/detail?id=479

1) Describe the problem.

The program has stopped unexpectedly:
Errore di segmentazione (11)

2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate):

[System]
Gambas=3.5.90
OperatingSystem=Linux
Kernel=3.12.2-031202-generic
Architecture=x86_64
Distribution=Ubuntu 12.04.3 LTS
Desktop=GNOME
Theme=QGtk
Language=it_IT.UTF-8
Memory=3944M
[Libraries]
Cairo=libcairo.so.2.11000.2
Curl=libcurl.so.4.2.0
DBus=libdbus-1.so.3.5.8
GStreamer=libgstreamer-0.10.so.0.30.0
GTK+=libgtk-x11-2.0.so.0.2400.10
OpenGL=libGL.so.1.2.0
Poppler=libpoppler.so.19.0.0
Qt4=libQtCore.so.4.8.1
SDL=libSDL-1.2.so.0.11.3


3) Provide a little project that reproduces the bug or the crash.

Cannot provide since it use postgresql data...


5) Explain clearly how to reproduce the bug or the crash.

Starting app yesterday (2 Dic 2013) was working fine today i was don an  
trunk upgrade and a clean recompilation of gambas


Here debug info:

warning: no loadable sections found in added symbol-file system-supplied  
DSO at 0x7ffff7ffa000
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

bt
[New Thread 0x7fffdcf9e700 (LWP 7243)]
[New Thread 0x7fffd7fff700 (LWP 7244)]
[New Thread 0x7fffd71ca700 (LWP 7245)]
Could not resolve property : linearGradient9800

Program received signal SIGSEGV, Segmentation fault.
0x00007fffebd9e0cb in callback (res_ptr=0xac3520, ncol=0, reslt=0x0,  
cols=0x0,
     stmt=0xd41a28) at sqlitedataset.cpp:376
376			if (*last_table)
(gdb)
(gdb) bt
#0  0x00007fffebd9e0cb in callback (res_ptr=0xac3520, ncol=0, reslt=0x0,
     cols=0x0, stmt=0xd41a28) at sqlitedataset.cpp:376
#1  0x00007fffebd9e425 in my_sqlite3_exec (db=0xc55968,
     zSql=0xc64798 "PRAGMA index_list('civici')", pArg=0xac3520,
     xCallback=0x7fffebd9df67 <callback(void*, int, char**, char**,  
sqlite3_stmt*)>, pzErrMsg=<optimized out>) at sqlitedataset.cpp:272
#2  0x00007fffebd9e5e4 in SqliteDataset::exec (this=0xac3400, sql=...)
     at sqlitedataset.cpp:840
#3  0x00007fffebd9777b in do_query (db=0xab31e0,
     error=0x7fffebd9fd70 "Unable to get primary key: &1",  
pres=0x7fffffffd240,
     qtemp=<optimized out>, nsubst=<optimized out>) at main.cpp:344
#4  0x00007fffebd994e6 in table_primary_key (db=0xab31e0,
     table=0xae2e90 "civici", primary=0xaf60b8) at main.cpp:1419
#5  0x00007ffff0f509da in CTABLE_primary_key (_object=0xaf6068,
     _param=<optimized out>) at CTable.c:200
#6  0x000000000040ac01 in EXEC_call_native (exec=<optimized out>,
     object=<optimized out>, type=6680280, param=<optimized out>)
     at gbx_exec.c:1166
#7  0x000000000040cef3 in EXEC_push_unknown (code=<optimized out>)
     at gbx_exec_push.c:407
#8  0x0000000000436baa in EXEC_loop () at gbx_exec_loop.c:577



-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list