Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 32570
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: raherh [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.14
Fixed in: (no value)



Subject: segmentation fault during tests 07 & 08
I build the module against sqlite 3.5.4 on Solaris 10, perl v5.8.8. Tests 07busy/5 and 08create_function/6 end with Segmentation Fault. Other tests are ok.
From: raherh [...] gmail.com
On Wed Jan 23 10:26:42 2008, rahe wrote: Show quoted text
> I build the module against sqlite 3.5.4 on Solaris 10, perl v5.8.8. > Tests 07busy/5 and 08create_function/6 end with Segmentation Fault. > Other tests are ok.
Both tests segfault here: #0 0xfefa8d48 in sqlite3_finalize (pStmt=0x2a32f8) at ../sqlite-3.5.4/ src/vdbeapi.c:47 47 sqlite3_mutex *mutex = v->db->mutex;
From: grousse [...] cpan.org
Le Jeu. Jan. 24 04:46:20 2008, rahe a écrit : Show quoted text
> On Wed Jan 23 10:26:42 2008, rahe wrote:
> > I build the module against sqlite 3.5.4 on Solaris 10, perl v5.8.8. > > Tests 07busy/5 and 08create_function/6 end with Segmentation Fault. > > Other tests are ok.
> > Both tests segfault here: > > #0 0xfefa8d48 in sqlite3_finalize (pStmt=0x2a32f8) at ../sqlite-3.5.4/ > src/vdbeapi.c:47 > 47 sqlite3_mutex *mutex = v->db->mutex;
Same issue here, with perl 5.10 on mandriva linux, with sqlite 3.5.6: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1212261664 (LWP 8417)] 0xb7d31320 in pthread_mutex_lock () from /lib/i686/libpthread.so.0 (gdb) quit
From: grousse [...] cpan.org
Those test pass with sqlite 3.5.9.
Tests reported to pass with newer SQLite. Closing this pending more information.