Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] Re: (PR#4304) Crashing gtk client using 'Go to'
Home

[Freeciv-Dev] Re: (PR#4304) Crashing gtk client using 'Go to'

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] Re: (PR#4304) Crashing gtk client using 'Go to'
From: "pb@xxxxxxxxxxxx" <pb@xxxxxxxxxxxx>
Date: Tue, 27 May 2003 21:30:36 -0700
Reply-to: rt@xxxxxxxxxxxxxx

Hi,

Here is the bt:
(gdb) bt
#0  pf_destroy_path (path=0x0) at path_finding.c:671
#1  0x0805ac65 in remove_last_part () at goto.c:260
#2  0x0805aec9 in exit_goto_state () at goto.c:363
#3  0x08059e1d in do_unit_goto (x=25, y=16) at control.c:1311
#4  0x08059c2e in do_map_click (xtile=25, ytile=16) at control.c:1235
#5  0x0805dcd8 in action_button_pressed (canvas_x=316, canvas_y=498) at 
mapctrl_common.c:86
#6  0x08084766 in butt_down_mapcanvas (w=0x82d09e0, ev=0x8330088, data=0x0) at 
mapctrl.c:301
#7  0x41b600e4 in _gtk_marshal_BOOLEAN__BOXED () from 
/usr/lib/libgtk-x11-2.0.so.0
#8  0x417710c0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#9  0x417858b4 in signal_emit_unlocked_R () from /usr/lib/libgobject-2.0.so.0
#10 0x41784689 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#11 0x41ba2fdf in gtk_signal_emit () from /usr/lib/libgtk-x11-2.0.so.0
#12 0x41c46413 in gtk_widget_event_internal () from /usr/lib/libgtk-x11-2.0.so.0
#13 0x41b5fe67 in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x41b5eb45 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#15 0x41d11f21 in gdk_event_dispatch () from /usr/lib/libgdk-x11-2.0.so.0
#16 0x416fbf65 in g_main_dispatch () from /usr/lib/libglib-2.0.so.0
#17 0x416fcf98 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#18 0x416fd2ad in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0
#19 0x416fda1f in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#20 0x41b5e39f in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x0807eeb9 in ui_main (argc=1, argv=0xbfffe624) at gui_main.c:1180
#22 0x08054782 in main (argc=1, argv=0xbfffe624) at civclient.c:238
#23 0x4102a4ed in __libc_start_main () from /lib/libc.so.6


/Philip

-----Original Message-----
From:   Vasco Alexandre Da Silva Costa [mailto:vasc@xxxxxxxxxxxxxx]
Sent:   Wed 5/28/2003 01:50
To:     rt@xxxxxxxxxxxxxx
Cc:     Philip Bergen
Subject:        Re: [Freeciv-Dev] Re: (PR#4304) Crashing gtk client using 'Go 
to'
On Mon, 26 May 2003, Jason Short wrote:

> --On Sunday, May 25, 2003 11:24 PM -0700 Mike Kaufman
> <kaufman@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> > On Sun, May 25, 2003 at 01:45:50PM -0700, Guest wrote:
> >>
> >> Moving the settler from Legnica two steps west and one south using 'Go
> >> to' crashes the client consistently.
> >>
> >> The cvs-May-21 version was compiled on Redhat 8.0 on a Pentium4 with
> >> tons of ram. Please see the supplied core file..
> >
> > whoops. please send the savegame and the core file please.
>
> A core file won't do you much good without the executable that produced it,
> and a debugger that runs on the same platform...

Yes. That is why you should *always* send a backtrace instead of a core
file. To generate a backtrace:

$ gdb civclient core
...
(gdb) bt

Email the output. i.e.:

#0  0x0804830e in main () at 1.c:5
#1  0x42015574 in __libc_start_main () from /lib/tls/libc.so.6
...

---
Vasco Alexandre da Silva Costa @ Instituto Superior Tecnico, Lisboa







[Prev in Thread] Current Thread [Next in Thread]