Package: crossfire-client-gtk
Version: 1.8.0-1
Severity: normal

strace of gcfclient shows it doing strange things when allocatin some
stuff to IPC (sorry for the vagueness, not very familiar with IPC
internals).

here's the last several lines from the output:

shmget(IPC_PRIVATE, 1280, IPC_CREAT|0777) = 36864024
shmat(36864024, 0, 0)                   = 0x40e0b000
write(3, "\224\1\4\0x\0\340\1\30\2002\2\0lac+5\1\0", 20) = 20
read(3, "\1\1+\6\0\0\0\0008\0\340\1\4\0\0\0\0\0\0\0\3148K\0008;"..., 32) = 32
shmctl(36864024, IPC_64|IPC_RMID, 0)    = 0
write(3, "5\1\4\0y\0\340\1\5\0\340\1\24\0\20\00075\5\0z\0\340\1y"..., 252) = 252
read(3, "\1\0017\6\0\0\0\0008\0\340\1\4\0\0\0\0\0\0\0\3148K\000"..., 32) = 32
shmdt(0x40e0b000)                       = 0
write(3, "\224\2\2\0x\0\340\1\\\0\5\0 \0\0\0\6\0\5\0Grey75\340\1"..., 28) = 28
read(3, "\1z9\6\0\0\0\0\277\277\277\277\277\277\277\277\277\277"..., 32) = 32
write(3, "\\\2\5\0 \0\0\0\5\0\5\0White\0\5\0", 20) = 20
read(3, "\1z:\6\0\0\0\0\377\377\377\377\377\377\377\377\377\377"..., 32) = 32
write(3, "\\\2\5\0 \0\0\0\6\0\5\0Grey50\5\0", 20) = 20
read(3, "\1z;\6\0\0\0\0\177\177\177\177\177\177\177\177\177\177"..., 32) = 32
write(3, "\\\2\5\0 \0\0\0\6\0\5\0Grey25\5\0", 20) = 20
read(3, "\1z<\6\0\0\0\0@@@@@@@@@@@@\24\0\0\0\24\0\0\0\0\0\0\0", 32) = 32
write(3, "\\\2\5\0 \0\0\0\5\0\5\0Black5\5\0", 20) = 20
read(3, "\1z=\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\24\0\0"..., 32) = 32
shmget(IPC_PRIVATE, 1280, IPC_CREAT|0777) = 36896792
shmat(36896792, 0, 0)                   = 0x40e0b000
write(3, "\224\1\4\0}\0\340\1\30\0003\2\0lac+5\1\0", 20) = 20
read(3, "\1\1?\6\0\0\0\0008\0\340\1\4\0\0\0\0\0\0\0\3408K\0008;"..., 32) = 32
shmctl(36896792, IPC_64|IPC_RMID, 0)    = 0
write(3, "5\1\4\0~\0\340\1\5\0\340\1\24\0\20\00075\5\0\177\0\340"..., 332) = 332
read(3, "\1\1K\6\0\0\0\0008\0\340\1\4\0\0\0\0\0\0\0\3408K\0008;"..., 32) = 32
shmdt(0x40e0b000)                       = 0
write(3, "\224\2\2\0}\0\340\1\\\0\5\0 \0\0\0\6\0\5\0Grey50\340\1"..., 28) = 28
read(3, "\1zM\6\0\0\0\0\177\177\177\177\177\177\177\177\177\177"..., 32) = 32
write(3, "\\\2\5\0 \0\0\0\6\0\5\0Grey75\5\0", 20) = 20
read(3, "\1zN\6\0\0\0\0\277\277\277\277\277\277\277\277\277\277"..., 32) = 32
write(3, "\\\2\5\0 \0\0\0\5\0\5\0White5\5\0", 20) = 20
read(3, "\1zO\6\0\0\0\0\377\377\377\377\377\377\377\377\377\377"..., 32) = 32
write(3, "\\\2\5\0 \0\0\0\6\0\5\0Grey25\5\0", 20) = 20
read(3, "\1zP\6\0\0\0\0@@@@@@@@@@@@\24\0\0\0\24\0\0\0\0\0\0\0", 32) = 32
write(3, "\\\2\5\0 \0\0\0\5\0\5\0Black5\5\0", 20) = 20
read(3, "\1zQ\6\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\24\0\0\0\24\0\0"..., 32) = 32
shmget(IPC_PRIVATE, 1280, IPC_CREAT|0777) = 36929560
shmat(36929560, 0, 0)                   = 0x40e0b000
write(3, "\224\1\4\0\202\0\340\1\30\2003\2\0lac+5\1\0", 20) = 20
read(3, "\1\1S\6\0\0\0\0008\0\340\1\4\0\0\0\0\0\0\0\3408K\0008;"..., 32) = 32
shmctl(36929560, IPC_64|IPC_RMID, 0)    = 0
write(3, "5\1\4\0\203\0\340\1\5\0\340\1\24\0\20\00075\5\0\204\0\340"..., 316) = 
316
read(3, "\1\1_\6\0\0\0\0008\0\340\1\4\0\0\0\0\0\0\0\3408K\0008;"..., 32) = 32
shmdt(0x40e0b000)                       = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


more info provided upon request.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (1000, 'unstable'), (998, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.12-p3
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages crossfire-client-gtk depends on:
hi  crossfire-cli 1.8.0-1                    Base Client of the game Crossfire
ii  libc6         2.3.5-6                    GNU C Library: Shared libraries an
ii  libglib1.2    1.2.10-10                  The GLib library of C routines
ii  libgtk1.2     1.2.10-18                  The GIMP Toolkit set of widgets fo
ii  libpng12-0    1.2.8rel-5                 PNG library - runtime
ii  libsdl-image1 1.2.4-1                    image loading library for Simple D
ii  libsdl1.2debi 1.2.7+1.2.8cvs20041007-5.3 Simple DirectMedia Layer
ii  libx11-6      6.8.2.dfsg.1-8             X Window System protocol client li
ii  libxext6      6.8.2.dfsg.1-8             X Window System miscellaneous exte
ii  libxi6        6.8.2.dfsg.1-8             X Window System Input extension li
ii  xlibs         6.8.2.dfsg.1-8             X Window System client libraries m
ii  zlib1g        1:1.2.3-4                  compression library - runtime

crossfire-client-gtk recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to