segfaults in mysql driver
Paul J Stevens
paul at nfg.nl
Fri Mar 21 16:58:45 CET 2008
Jan-Henrik,
A bit late in the afternoon, I'm testing your recent mysql fix. Seems to work
great, but I found a regression in URL.re
Whenever I specify a port in the url, I get:
AssertException: ThreadData_set(Exception_stack, &Exception_frame)==0
raised in parseURL at src/net/URL.re:444
Aborted (core dumped)
Using the testzdb.c I sent before:
this fails:
URL_T url = URL_new("mysql://test:test@localhost:3306/test");
where this works:
URL_T url = URL_new("mysql://test:test@localhost/test");
Jan-Henrik Haukeland wrote:
> On 21. mars. 2008, at 13.48, Paul J Stevens wrote:
>> Once I'm done with my current code sprint in dbmail (libevent/libzdb/
>> pthreads) I hope to be
>> able to start working on an ingres driver for libzdb. Should be fun.
>
> Great! looking forward to see how it goes.
> --
> To unsubscribe:
> http://www.tildeslash.com/mailman/listinfo/libzdb-general
>
--
________________________________________________________________
Paul Stevens paul at nfg.nl
NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31
The Netherlands________________________________http://www.nfg.nl
More information about the libzdb-general
mailing list