Complete.Org: Mailing Lists: Archives: freeciv-dev: July 2002:
[Freeciv-Dev] Re: Unexpected message window popup (PR#1657)
Home

[Freeciv-Dev] Re: Unexpected message window popup (PR#1657)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Cc: bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Unexpected message window popup (PR#1657)
From: Christian Knoke <chrisk@xxxxxxxx>
Date: Tue, 2 Jul 2002 05:54:54 -0700 (PDT)

On Tue, Jul 02, 2002 at 05:39:29AM -0700, Christian Knoke wrote:
> CVS 02 JULY 2002
> 
> This is related to 1633, 1634, 1640, 1641, and other stuff
> I've posted. I don't know whether this should be fixed now
> or still is in work. In any case it may be helpful.
> 
> http://www.enter.de/~c.knoke/bugs/rapture.gz
> 
> Any time you move the cruiser in Sittace out or in
> the city, F10 pops up.
> 
> Seems to be related to CMA change.
> 
> Also, any(?) CMA change does the same.

And sometimes it gives an assert:

1: ASV: Kish hat sich mehrfach geändert. Dies könnte an einem Fehler in
Freeciv liegen: Bitte informieren Sie <freeciv-dev@xxxxxxxxxxx>. Die ASV für
diese Stadt wird deshalb jetzt abgeschaltet.
civclient: cma_core.c:1795: handle_city: Zusicherung »0« nicht erfüllt.
Abgebrochen (core dumped)

(gdb) bt
#0  0x4035e861 in kill () from /lib/libc.so.6
#1  0x4035e665 in raise () from /lib/libc.so.6
#2  0x4035fc81 in abort () from /lib/libc.so.6
#3  0x40358a52 in Letext () from /lib/libc.so.6
#4  0x080cd6c6 in handle_city (pcity=0x8492d48) at cma_core.c:1795
#5  0x080cd6fc in city_changed (pcity=0x8492d48) at cma_core.c:1810
#6  0x080ca921 in execute_call (call=0x8495400) at agents.c:198
#7  0x080ca97e in call_handle_methods () at agents.c:232
#8  0x080caf69 in cause_a_city_changed_for_agent
(name_of_calling_agent=0x80e1464 "CMA", 
    pcity=0x8492d48) at agents.c:636
#9  0x080cd8f8 in cma_put_city_under_agent (pcity=0x8492d48,
parameter=0xbfffe838)
    at cma_core.c:1915
#10 0x080840b6 in cma_change_permanent_to_callback (w=0x8492b08,
data=0x848b3b0)
    at cma_fe.c:609
#11 0x400e13c3 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
#12 0x40113268 in gtk_handlers_run () from /usr/lib/libgtk-1.2.so.0
#13 0x4011263f in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#14 0x40110597 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#15 0x4007a9a8 in gtk_button_clicked () from /usr/lib/libgtk-1.2.so.0
#16 0x4007c011 in gtk_real_button_released () from /usr/lib/libgtk-1.2.so.0
#17 0x400e13c3 in gtk_marshal_NONE__NONE () from /usr/lib/libgtk-1.2.so.0
#18 0x401124cf in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#19 0x40110597 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#20 0x4007a8d8 in gtk_button_released () from /usr/lib/libgtk-1.2.so.0
#21 0x4007b958 in gtk_button_button_release () from /usr/lib/libgtk-1.2.so.0
#22 0x400e0f2f in gtk_marshal_BOOL__POINTER () from /usr/lib/libgtk-1.2.so.0
#23 0x4011267d in gtk_signal_real_emit () from /usr/lib/libgtk-1.2.so.0
#24 0x40110597 in gtk_signal_emit () from /usr/lib/libgtk-1.2.so.0
#25 0x401494ec in gtk_widget_event () from /usr/lib/libgtk-1.2.so.0
#26 0x400e0e65 in gtk_propagate_event () from /usr/lib/libgtk-1.2.so.0
#27 0x400dfeaf in gtk_main_do_event () from /usr/lib/libgtk-1.2.so.0
#28 0x40194dd4 in gdk_event_dispatch () from /usr/lib/libgdk-1.2.so.0
#29 0x401c6c46 in g_main_dispatch () from /usr/lib/libglib-1.2.so.0
#30 0x401c7273 in g_main_iterate () from /usr/lib/libglib-1.2.so.0
#31 0x401c743c in g_main_run () from /usr/lib/libglib-1.2.so.0
#32 0x400df76c in gtk_main () from /usr/lib/libgtk-1.2.so.0
#33 0x0809055f in ui_main (argc=5, argv=0xbffff624) at gui_main.c:878
#34 0x08060f1a in main (argc=5, argv=0xbffff624) at civclient.c:216
#35 0x4034d7ee in __libc_start_main () from /lib/libc.so.6
(gdb) 

Christian

-- 
Christian Knoke     * * *      http://www.enter.de/~c.knoke/
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.



[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: Unexpected message window popup (PR#1657), Christian Knoke <=