[Freeciv-Dev] (PR#11928) Crash in the windows version
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11928 >
> [nvaidhya@xxxxxxxxx - Sat Jan 15 07:29:41 2005]:
>
> I don't have the .rpt file but loading the attached Saved Game
> always crashes the client. It is also creating lot of new saved
> game files
I can't reproduce this. However I do get these valgrind warnings, which
indicate a possible CMA problem. You could try dropping all CMA
settings before continuing the game.
==4638== Syscall param write(buf) contains uninitialised or
unaddressable byte(s)
==4638== at 0x1C0B4BC8: write (in /usr/lib/debug/libc-2.3.2.so)
==4638== by 0x80A6E86: write_socket_data (connection.c:232)
==4638== by 0x80A6FA0: flush_connection_send_buffer_all
(connection.c:268)
==4638== by 0x80B051A: send_attribute_block (packets.c:600)
==4638== Address 0x1CCA623C is 340 bytes inside a block of size 40960
alloc'd
==4638== at 0x1B906EDD: malloc (vg_replace_malloc.c:131)
==4638== by 0x809AE46: fc_real_malloc (mem.c:75)
==4638== by 0x80A74CB: new_socket_packet_buffer (connection.c:472)
==4638== by 0x80A78E7: connection_common_init (connection.c:616)
==4638==
==4638== Conditional jump or move depends on uninitialised value(s)
==4638== at 0x80C7E1F: send_packet_player_attribute_chunk_100
(packets_gen.c:10809)
==4638== by 0x80B0507: send_attribute_block (packets.c:597)
==4638== by 0x806C90F: attribute_flush (attribute.c:272)
==4638== by 0x8070621: send_turn_done (civclient.c:409)
==4638==
==4638== Conditional jump or move depends on uninitialised value(s)
==4638== at 0x80C7E21: send_packet_player_attribute_chunk_100
(packets_gen.c:10809)
==4638== by 0x80B0507: send_attribute_block (packets.c:597)
==4638== by 0x806C90F: attribute_flush (attribute.c:272)
==4638== by 0x8070621: send_turn_done (civclient.c:409)
-jason
|
|