Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2001:
[Freeciv-Dev] Re: build city seg fault (PR#952)
Home

[Freeciv-Dev] Re: build city seg fault (PR#952)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Iain Sutherland <pcwizard@xxxxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: build city seg fault (PR#952)
From: Gaute B Strokkenes <gs234@xxxxxxxxx>
Date: Sun, 14 Oct 2001 20:03:25 +0100

On Mon, 10 Sep 2001, pcwizard@xxxxxxxxxxxxxxx wrote:
> 
>> On Mon, Sep 10, 2001 at 08:26:24AM -0700, ainu@xxxxxxxxxxxxxxx
>> wrote:
>>
>>> Full_Name: Iain Sutherland
>>> Version: 1.12.1
>>> Distribution: Built from source
>>> Client: Both (or N/A)
>>> OS: Red Hat 7.1
>>> Submission from: (NULL) (142.177.214.217)
>>>
>>>
>>> I ran into this problem both with 1.12.0 and 1.12.1.  Just after
>>> the game starts
>>> and I try to build my first city I will get a seg fault.
>>>
>>
>> Does the server or the client crashes?
>>
>> Can you enable core files and do after such a crash: $ gdb
>> client/civclient core if the client crashes and $ gdb
>> server/civserver core if the server crashes? Type "bt" at the
>> prompt you will get. Send the output to freeciv-dev please.
>>
>>     Raimar
>>
> Sorry I should have mentioned it is the client that crashes.
> 
> 
> hopefully I get the debugger working right.. never used it before.
> 
> #0  0x40391dd3 in strlen () from /lib/i686/libc.so.6
> #1  0x40448591 in _XftSaveString () from /usr/X11R6/lib/libXft.so.1
> #2  0x40447ebd in XftPatternAdd () from /usr/X11R6/lib/libXft.so.1
> #3  0x404480a4 in XftPatternAddString () from /usr/X11R6/lib/libXft.so.1
> #4  0x40449372 in XftFreeTypeQuery () from /usr/X11R6/lib/libXft.so.1
> #5  0x404491b1 in XftDirScan () from /usr/X11R6/lib/libXft.so.1
> #6  0x40449ace in XftInitFtLibrary () from /usr/X11R6/lib/libXft.so.1
> #7  0x4044360d in XftFontMatch () from /usr/X11R6/lib/libXft.so.1
> #8  0x40443a70 in XftFontOpenXlfd () from /usr/X11R6/lib/libXft.so.1
> #9  0x4001a817 in gdk_font_load () at eval.c:41
> #10 0x4010a4cc in gtk_rc_style_to_style () at eval.c:41
> #11 0x4010a92d in gtk_rc_style_init () at eval.c:41
> #12 0x40109dd8 in gtk_rc_get_style () at eval.c:41
> #13 0x4014ed68 in gtk_widget_set_rc_style () at eval.c:41
> #14 0x4014df81 in gtk_widget_set_name () at eval.c:41
> #15 0x0806e143 in create_city_dialog (pcity=0x82775f0, make_modal=0)

I know this is a bit late; but if you're still experiencing this
problem then I recommend you to see what the arguments to
gtk_widget_set_name() in eval.c (frame number 14) are.

-- 
Big Gaute                               http://www.srcf.ucam.org/~gs234/
JAPAN is a WONDERFUL planet -- I wonder if we'll ever reach
 their level of COMPARATIVE SHOPPING...


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] Re: build city seg fault (PR#952), Gaute B Strokkenes <=