Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUDs
➜ General
➜ hotboot crashes my mud
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Antram
(8 posts) Bio
|
Date
| Wed 17 Mar 2010 04:10 PM (UTC) |
Message
| Hello:
I know that I'm always asking you a lot of things, but I'm new in coding and all about muds. I'm trying to fix a problem with hotboot wich crashes my mud when I execute the command, and the log in Cygwin when it happends it's:
Wed Mar 17 16:13:09 2010 :: Initiating hotboot recovery.
Write_to_descriptor: Socket operation on non-socket
Wed Mar 17 16:13:09 2010 :: Hotboot recovery complete.
Please, if someone can help me... Here in Spain there isn't anywhere when I can ask. Everybody creates their own muds, or learn to code, but nobody wants to explain the newbies.
Thanks a lot again. | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #1 on Wed 17 Mar 2010 08:00 PM (UTC) |
Message
| The best I can do is suggest you fire it up under gdb:
http://www.gammon.com.au/gdb
Then put a breakpoint on the line in write_to_descriptor where it reports an error. Run it, hotboot, see what happens. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Worstje
Netherlands (899 posts) Bio
|
Date
| Reply #2 on Tue 23 Mar 2010 09:53 AM (UTC) |
Message
| A very late reply, but here it goes... Are you very sure Cygwin can do hotboots?
Hotboots are by definition an Unix thing, since child processes can inherit access to parent sockets in that OS. Under Windows, no such transfer of socket ownership is possible to my knowledge, and that is also the reason why in my experience hotboot commands tend to be declared in #IFNDEF WINDOWS ... #ENDIF blocks. | Top |
|
Posted by
| Nick Gammon
Australia (23,158 posts) Bio
Forum Administrator |
Date
| Reply #3 on Tue 23 Mar 2010 08:25 PM (UTC) |
Message
|
In 2005 Samson (who maintains SmaugFuss) said hotboot doesn't work under Cygwin. Maybe things have changed, maybe not. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
17,934 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top