Alas, when I tried the binary version, it gave me an error that google
helped link me to the following:

Fatal error 'Can't create gc thread' at line ? in file
/usr/src/lib/libc_r/uthread/uthread_create.c (errno = ?)
mysqld got signal 6;

http://lists.freebsd.org/pipermail/freebsd-stable/2003-May/000979.html

Apparently you have to keep the MAXDSIZ below 2GB for FreeBSD to create
threads.  Maybe I'll submit something for the docs people to update to
include this, since a recompile and reboot now prove all installs work
properly.


Sorry to waste your time all,

nickg

----- Original Message ----- 
From: "Nick" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 02, 2004 1:30 AM
Subject: FreeBSD 4.9 + MySQL 4.0 + LinuxThreads


>
> I previouslly compiled my own version of MySQLd 4.0.14 on FreeBSD 4.8 with
> LinuxThreads using Jeremy Zawodny's config/compile options
> (http://jeremy.zawodny.com/blog/archives/000458.html)  and have had no
> problems.  However, I've got 4.9 install with updated ports, etc. and I
> can't seem to get 4.0.17 to run successfully (or 4.0.14 for that matter)
> after compiling.  I've used the same config options and receive the
> following errors:
>
> InnoDB: Error: pthread_create returned 35
>
> So I tried to compile --without-innodb and got..
>
> 040201 23:59:53  Can't create interrupt-thread (error 35, errno: 4)
>
> ktrace shows the following:
>  18510 mysqld   CALL  kill(0x484d,0x1f)
>  18509 mysqld   PSIG  SIGUSR2 caught handler=0x881ea104 mask=0x40027007
> code=0x0
>  18509 mysqld   RET   sigsuspend -1 errno 4 Interrupted system call
>  18509 mysqld   CALL  sigreturn(0xbfbff410)
>
> Here's the info on my /usr/ports/devel/linuxthreads install:
> linuxthreads-2.2.3_13
>
> I looked at my old 4.8 box, which has been upgraded to 4.9, but I haven't
> done anything with MySQL on since it was 4.8, and it appears to have the
> following linux threads version:
> linuxthreads-2.2.3_11
>
> Has anyone had success compiling MySQL 4.0 + LinuxThreads-2.2.3_13 using
> Jeremy Zawodny's configuration options on FreeBSD 4.9? Does anyone have
any
> suggestions on where to go from here?
>
>
> Thanks,
>
> nickg
>
>
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
http://lists.mysql.com/[EMAIL PROTECTED]
>
>


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to