svn 7677 stuck at starting !

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

svn 7677 stuck at starting !

#1 Post by sofax222 »

I download the svn 7677, at build on my FreeBSD 7.2-release i386.
And then, I upgrade perl from 5.8.9 to 5.10.1 (for required).
The svn 7572 still works fine.

But, I try to run the svn 7677, it just stuck at start.
No any message or error report, just stuck at there.
I must key in Ctrl-C to force stop it.

And then, I try to trace it.
I found it stuck at call pthread_create in the line:
pthread_create(&thread, NULL, ConsoleUICallbacks::threadMain, NULL);
in start() function of src/auto/XSTools/unix/consoleui.cpp.

How to resolve this issue ?
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: svn 7677 stuck at starting !

#2 Post by EternalHarvest »

I've encountered this error too, and I know no idea how to actually fix that, but everything works fine now for me and http://openkore.com/index.php/FAQ#Unix_Problems explains at least two ways which probably work.

tl;dr --interface=Console::Simple OR rebuild Perl with threads
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: svn 7677 stuck at starting !

#3 Post by sofax222 »

EternalHarvest wrote:I've encountered this error too, and I know no idea how to actually fix that, but everything works fine now for me and http://openkore.com/index.php/FAQ#Unix_Problems explains at least two ways which probably work.

tl;dr --interface=Console::Simple OR rebuild Perl with threads
Yes !
Thanks a lot !

It is fine, after re-building and re-install the perl-5.10.1 with thread.