Package: tcm Version: 2.20+TSQD-1 On my amd64 system running debian sarge, tcm exits with a segmentation fault on startup.
Running tcm with valgrind causes this output: $ valgrind tcm ==23885== Memcheck, a memory error detector. ==23885== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al. ==23885== Using LibVEX rev 1471, a library for dynamic binary translation. ==23885== Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP. ==23885== Using valgrind-3.1.0, a dynamic binary instrumentation framework. ==23885== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al. ==23885== For more details, rerun with: -v ==23885== ==23885== Invalid read of size 8 ==23885== at 0x400F8D4: (within /lib/ld-2.3.2.so) ==23885== by 0x400857F: (within /lib/ld-2.3.2.so) ==23885== by 0x4004EBC: (within /lib/ld-2.3.2.so) ==23885== by 0x400400A: _dl_map_object (in /lib/ld-2.3.2.so) ==23885== by 0x59B056B: (within /lib/libc-2.3.2.so) ==23885== by 0x400AC4F: _dl_catch_error (in /lib/ld-2.3.2.so) ==23885== by 0x59B03EE: _dl_open (in /lib/libc-2.3.2.so) ==23885== by 0x5BFA536: (within /lib/libdl-2.3.2.so) ==23885== by 0x400AC4F: _dl_catch_error (in /lib/ld-2.3.2.so) ==23885== by 0x5BFA86E: (within /lib/libdl-2.3.2.so) ==23885== by 0x5BFA4F4: dlopen (in /lib/libdl-2.3.2.so) ==23885== by 0x52E8702: (within /usr/X11R6/lib/libX11.so.6.2) ==23885== Address 0x5CFE8C0 is 48 bytes inside a block of size 49 alloc'd ==23885== at 0x4A18A46: malloc (in /usr/lib/valgrind/amd64-linux/vgpreload_memcheck.so) ==23885== by 0x4004112: _dl_map_object (in /lib/ld-2.3.2.so) ==23885== by 0x59B056B: (within /lib/libc-2.3.2.so) ==23885== by 0x400AC4F: _dl_catch_error (in /lib/ld-2.3.2.so) ==23885== by 0x59B03EE: _dl_open (in /lib/libc-2.3.2.so) ==23885== by 0x5BFA536: (within /lib/libdl-2.3.2.so) ==23885== by 0x400AC4F: _dl_catch_error (in /lib/ld-2.3.2.so) ==23885== by 0x5BFA86E: (within /lib/libdl-2.3.2.so) ==23885== by 0x5BFA4F4: dlopen (in /lib/libdl-2.3.2.so) ==23885== by 0x52E8702: (within /usr/X11R6/lib/libX11.so.6.2) ==23885== by 0x52E880C: _XlcDynamicLoad (in /usr/X11R6/lib/libX11.so.6.2) ==23885== by 0x52BF8B5: _XOpenLC (in /usr/X11R6/lib/libX11.so.6.2) ==23885== ==23885== Conditional jump or move depends on uninitialised value(s) ==23885== at 0x4E1BF45: _XtVaOpenApplication (in /usr/X11R6/lib/libXt.so.6.0) ==23885== by 0x4E1C248: XtVaAppInitialize (in /usr/X11R6/lib/libXt.so.6.0) ==23885== by 0x40A441: (within /usr/bin/tcm) ==23885== by 0x409E1B: (within /usr/bin/tcm) ==23885== by 0x58CF440: __libc_start_main (in /lib/libc-2.3.2.so) ==23885== ==23885== Use of uninitialised value of size 8 ==23885== at 0x4E1BE6F: _XtVaOpenApplication (in /usr/X11R6/lib/libXt.so.6.0) ==23885== by 0x4E1C248: XtVaAppInitialize (in /usr/X11R6/lib/libXt.so.6.0) ==23885== by 0x40A441: (within /usr/bin/tcm) ==23885== by 0x409E1B: (within /usr/bin/tcm) ==23885== by 0x58CF440: __libc_start_main (in /lib/libc-2.3.2.so) ==23885== ==23885== Invalid read of size 1 ==23885== at 0x4E1BE6F: _XtVaOpenApplication (in /usr/X11R6/lib/libXt.so.6.0) ==23885== by 0x4E1C248: XtVaAppInitialize (in /usr/X11R6/lib/libXt.so.6.0) ==23885== by 0x40A441: (within /usr/bin/tcm) ==23885== by 0x409E1B: (within /usr/bin/tcm) ==23885== by 0x58CF440: __libc_start_main (in /lib/libc-2.3.2.so) ==23885== Address 0x700000000 is not stack'd, malloc'd or (recently) free'd Segmentation Fault occurred. Please send a bug report to [EMAIL PROTECTED] ==23885== ==23885== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 4 from 1) ==23885== malloc/free: in use at exit: 93,151 bytes in 882 blocks. ==23885== malloc/free: 1,193 allocs, 311 frees, 828,411 bytes allocated. ==23885== For counts of detected errors, rerun with: -v ==23885== searching for pointers to 882 not-freed blocks. ==23885== checked 4,298,008 bytes. ==23885== ==23885== LEAK SUMMARY: ==23885== definitely lost: 0 bytes in 0 blocks. ==23885== possibly lost: 0 bytes in 0 blocks. ==23885== still reachable: 93,151 bytes in 882 blocks. ==23885== suppressed: 0 bytes in 0 blocks. ==23885== Reachable blocks (those to which a pointer was found) are not shown. ==23885== To see them, rerun with: --show-reachable=yes -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]