26 Dec
2009
26 Dec
'09
9:36 p.m.
Martin Kersten a écrit :
pthread_create(&sqlthread, NULL, start_sql_server, (void *) server);
I would start by being more defensive. What is the return value of pthread_create? did it work?
I have been progressively wrapping stuff at a very low-level to see where the segfault comes from. I have reached the conclusion that the segfault occurs at the line 71 of embeddedclient.c.in, in the monetdb-sql debian package:
if (mal_init())
It's the call to mal_init() that gives rise to a segfault. That's quite a pain... All the best, -- Guillaume Yziquel http://yziquel.homelinux.org/