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 ?
svn 7677 stuck at starting !
Moderator: Moderators
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: svn 7677 stuck at starting !
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
tl;dr --interface=Console::Simple OR rebuild Perl with threads
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: svn 7677 stuck at starting !
Yes !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
Thanks a lot !
It is fine, after re-building and re-install the perl-5.10.1 with thread.