Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] Re: (PR#11953) segmentation fault in civclient on mac usin
Home

[Freeciv-Dev] Re: (PR#11953) segmentation fault in civclient on mac usin

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: robert@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#11953) segmentation fault in civclient on mac using gtk2
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 17 Jan 2005 10:13:22 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11953 >

Robert Sussland wrote:

> Thread 0 Crashed:
> 0   civclient                 0x00018310 update_map_canvas + 0x8fc  
> (mapview_common.c:1580)

Please try to print some values in this frame of the stack.  Using gdb:

   p _gui_x0
   p _gui_y0
   p _width
   p _height
   p W
   p H
   p GRI_x0
   p GRI_x1
   p GRI_y0
   p GRI_y1
   p GRI_itr
   p GRI_x_itr
   p GRI_y_itr
   p _map_x
   p _map_y
   p count
   p ptile
   p ptile->x
   p ptile->y

Some of these may not show up; I dunno.  Like 1580 is a rather long 
macro so the error could be anywhere in the macro.

-jason





[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: (PR#11953) segmentation fault in civclient on mac using gtk2, Jason Short <=