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
➜ ROM
➜ Running the server
➜ Copyover crashes after recovery
Copyover crashes after recovery
|
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Adon
(2 posts) Bio
|
Date
| Tue 24 Feb 2004 06:55 AM (UTC) |
Message
| When ever I type copyover in my mud it will crash after
it starts to recover from the copyover. There is nothing
in the logfiles to show why it crashes. GDB only shows
int_start ()
Is there a reason why this is happening. I am useing
the tartarus codebase with copyover installed. | Top |
|
Posted by
| Adon
(2 posts) Bio
|
Date
| Reply #1 on Tue 24 Feb 2004 07:11 AM (UTC) |
Message
| Here is a little more detail from what I can get from GDB
Program received signal SIGTRAP, Trace/breakpoint trap.
0x40000b50 in _start () from /lib/ld-linux.so.2
(gdb) list
354 void stop_idling args( ( CHAR_DATA *ch ) );
355 void bust_a_prompt args( ( CHAR_DATA *ch ) );
356 bool output_buffer args( ( DESCRIPTOR_DATA *d ) );
357 /* Needs to be global because of do_copyover */
358 int port, control;
359
360 int main( int argc, char **argv )
361 {
362 struct timeval now_time;
363 bool fCopyOver = FALSE;
(gdb) bt
#0 0x40000b50 in _start () from /lib/ld-linux.so.2
| Top |
|
Posted by
| Nick Gammon
Australia (23,133 posts) Bio
Forum Administrator |
Date
| Reply #2 on Tue 24 Feb 2004 08:38 PM (UTC) |
Message
| That's not "int_start" that's *in* "_start" - by the look of it control has not even passed to your program. Hard to say what would cause that. |
- Nick Gammon
www.gammon.com.au, www.mushclient.com | Top |
|
Posted by
| Dave
Australia (93 posts) Bio
|
Date
| Reply #3 on Wed 25 Feb 2004 07:21 PM (UTC) |
Message
| Uhm, Program received signal SIGTRAP, Trace/breakpoint trap. ? :) | 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.
15,258 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top