Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2004:
[Freeciv-Dev] (PR#7265) unexpected exit from tabular at u4.id
Home

[Freeciv-Dev] (PR#7265) unexpected exit from tabular at u4.id

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#7265) unexpected exit from tabular at u4.id
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Jan 2004 00:32:34 -0800
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=7265 >

I get this message

   unexpected exit from tabular at u4.id

when saving a game under the orders patch.  I can reproduce it with the 
attached savegame, but not in general.  I don't know whether it's 
because of the orders patch or not.

A backtrace gives this:

#0  0x400ab561 in kill () from /lib/libc.so.6
#1  0x400ab305 in raise () from /lib/libc.so.6
#2  0x400ac828 in abort () from /lib/libc.so.6
#3  0x080e4c7a in section_file_save (my_section_file=0x0,
     filename=0xbfffed40 "new-savegame.sav.gz", compression_level=0)
     at registry.c:708
#4  0x0804e76d in save_game (orig_filename=0x0) at srv_main.c:597
#5  0x0805100a in save_command (caller=0x0, arg=0x0) at stdinhand.c:1797
#6  0x080562f0 in handle_stdin_input (caller=0x0,
     str=0x12 <Address 0x12 out of bounds>) at stdinhand.c:3956
#7  0x08094b4a in handle_readline_input_callback (
     line=0x8425030 "save new-savegame.sav.gz ") at sernet.c:173
#8  0x4003f511 in rl_callback_read_char () from /lib/libreadline.so.4
#9  0x080954f9 in sniff_packets () at sernet.c:547
#10 0x0804faca in main_loop () at srv_main.c:1358
#11 0x0805028c in srv_loop () at srv_main.c:1691
#12 0x0804fce1 in srv_main () at srv_main.c:1478
#13 0x0804a48b in main (argc=135463904, argv=0xbffff934) at civserver.c:157

Even after looking at the code I haven't the slightest clue what this 
message means.

jason

Attachment: new_savegame.sav.gz
Description: application/gzip


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#7265) unexpected exit from tabular at u4.id, Jason Short <=