Bug#507264: xresprobe: ddcprobe segmentation fault

2010-04-07 Thread Werner Opriel
 # ddcprobe 
 Speicherzugriffsfehler
 
 and in /var/log/syslog:
 kernel: [ 3916.694691] ddcprobe[6732]: segfault at c1080 ip 1080 sp 
0ffa error 15 in zero (deleted)[1000+8]

Can you try to run 'valgrind ddcprobe' to get more information about
what causes the segfault?

Ok, here it goes ..

~#valgrind ddcprobe
==3832== Memcheck, a memory error detector.
==3832== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==3832== Using LibVEX rev 1854, a library for dynamic binary translation.
==3832== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==3832== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==3832== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==3832== For more details, rerun with: -v
==3832==
--3832-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - 
exiting
--3832-- si_code=2;  Faulting address: 0xC1080;  sp: 0x62A91E24

valgrind: the 'impossible' happened:
   Killed by fatal signal
==3832==at 0x3802B322: (within /usr/lib/valgrind/x86-linux/memcheck)
==3832==by 0x5: ???
==3832==by 0x62A918FF: ???
==3832==by 0x3807A32A: myvprintf_int64 (m_debuglog.c:596)
==3832==by 0x62A918DA: ???

sched status:
  running_tid=1

Thread 1: status = VgTs_Runnable
==3832==at 0x80498E5: (within /usr/sbin/ddcprobe)
==3832==by 0x8049FBA: (within /usr/sbin/ddcprobe)
==3832==by 0x804A8E0: (within /usr/sbin/ddcprobe)
==3832==by 0x804AB28: (within /usr/sbin/ddcprobe)
==3832==by 0x4051454: (below main) (in /lib/i686/cmov/libc-2.7.so)


~# valgrind -v ddcprobe
==3875== Memcheck, a memory error detector.
==3875== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al.
==3875== Using LibVEX rev 1854, a library for dynamic binary translation.
==3875== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP.
==3875== Using valgrind-3.3.1-Debian, a dynamic binary instrumentation 
framework.
==3875== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al.
==3875==
--3875-- Command line
--3875--ddcprobe
--3875-- Startup, with flags:
--3875---v
--3875-- Contents of /proc/version:
--3875--   Linux version 2.6.26-2-686-bigmem (Debian 2.6.26-21lenny4) 
(da...@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 
4.1.2-25)) #1 SMP Tue Mar 9 18:01:52 UTC 2010
--3875-- Arch and hwcaps: X86, x86-sse1-sse2
--3875-- Page sizes: currently 4096, max supported 4096
--3875-- Valgrind library directory: /usr/lib/valgrind
--3875-- Reading syms from /lib/ld-2.7.so (0x400)
--3875-- Reading debug info from /lib/ld-2.7.so...
--3875-- ... CRC mismatch (computed 58c6dbf6 wanted 58db3c41)
--3875--object doesn't have a symbol table
--3875-- Reading syms from /usr/sbin/ddcprobe (0x8048000)
--3875--object doesn't have a symbol table
--3875-- Reading syms from /usr/lib/valgrind/x86-linux/memcheck (0x3800)
--3875--object doesn't have a dynamic symbol table
--3875-- Reading suppressions file: /usr/lib/valgrind/default.supp
--3875-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_core.so 
(0x401E000)
--3875-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so 
(0x402)
--3875-- Reading syms from /lib/i686/cmov/libc-2.7.so (0x403B000)
--3875-- Reading debug info from /lib/i686/cmov/libc-2.7.so...
--3875-- ... CRC mismatch (computed dd505887 wanted 5643e76f)
--3875--object doesn't have a symbol table
--3875-- REDIR: 0x40b1800 (rindex) redirected to 0x40240c0 (rindex)
--3875-- REDIR: 0x40b2680 (memmove) redirected to 0x40253e0 (memmove)
--3875-- REDIR: 0x40b26f0 (memset) redirected to 0x4025380 (memset)
--3875-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - 
exiting
--3875-- si_code=2;  Faulting address: 0xC1080;  sp: 0x62A91E24

valgrind: the 'impossible' happened:
   Killed by fatal signal
==3875==at 0x3802B322: (within /usr/lib/valgrind/x86-linux/memcheck)
==3875==by 0x5: ???
==3875==by 0x62A918FF: ???
==3875==by 0x3807A32A: myvprintf_int64 (m_debuglog.c:596)
==3875==by 0x62A918DA: ???

sched status:
  running_tid=1

Thread 1: status = VgTs_Runnable
==3875==at 0x80498E5: (within /usr/sbin/ddcprobe)
==3875==by 0x8049FBA: (within /usr/sbin/ddcprobe)
==3875==by 0x804A8E0: (within /usr/sbin/ddcprobe)
==3875==by 0x804AB28: (within /usr/sbin/ddcprobe)
==3875==by 0x4051454: (below main) (in /lib/i686/cmov/libc-2.7.so)






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#507264: xresprobe: ddcprobe segmentation fault

2010-04-06 Thread Petter Reinholdtsen

[Werner Opriel]
 # ddcprobe 
 Speicherzugriffsfehler
 
 and in /var/log/syslog:
 kernel: [ 3916.694691] ddcprobe[6732]: segfault at c1080 ip 1080 sp 
 0ffa error 15 in zero (deleted)[1000+8]

Can you try to run 'valgrind ddcprobe' to get more information about
what causes the segfault?

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#507264: xresprobe: ddcprobe segmentation fault

2008-11-29 Thread Werner Opriel
Package: xresprobe
Version: 0.4.23debian1-0.1
Severity: important

# ddcprobe 
Speicherzugriffsfehler

and in /var/log/syslog:
kernel: [ 3916.694691] ddcprobe[6732]: segfault at c1080 ip 1080 sp 
0ffa error 15 in zero (deleted)[1000+8]

# lspci
00:00.0 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.1 RAM memory: nVidia Corporation C51 Memory Controller 0 (rev a2)
00:00.2 RAM memory: nVidia Corporation C51 Memory Controller 1 (rev a2)
00:00.3 RAM memory: nVidia Corporation C51 Memory Controller 5 (rev a2)
00:00.4 RAM memory: nVidia Corporation C51 Memory Controller 4 (rev a2)
00:00.5 RAM memory: nVidia Corporation C51 Host Bridge (rev a2)
00:00.6 RAM memory: nVidia Corporation C51 Memory Controller 3 (rev a2)
00:00.7 RAM memory: nVidia Corporation C51 Memory Controller 2 (rev a2)
00:05.0 VGA compatible controller: nVidia Corporation C51PV [GeForce 6150] (rev 
a2)
00:09.0 RAM memory: nVidia Corporation MCP51 Host Bridge (rev a2)
00:0a.0 ISA bridge: nVidia Corporation MCP51 LPC Bridge (rev a2)
00:0a.1 SMBus: nVidia Corporation MCP51 SMBus (rev a2)
00:0a.2 RAM memory: nVidia Corporation MCP51 Memory Controller 0 (rev a2)
00:0b.0 USB Controller: nVidia Corporation MCP51 USB Controller (rev a2)
00:0b.1 USB Controller: nVidia Corporation MCP51 USB Controller (rev a2)
00:0d.0 IDE interface: nVidia Corporation MCP51 IDE (rev a1)
00:0e.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
00:0f.0 IDE interface: nVidia Corporation MCP51 Serial ATA Controller (rev a1)
00:10.0 PCI bridge: nVidia Corporation MCP51 PCI Bridge (rev a2)
00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)
00:14.0 Bridge: nVidia Corporation MCP51 Ethernet Controller (rev a1)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] Address 
Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] DRAM 
Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
01:05.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 
Controller (PHY/Link)


-- System Information:
Debian Release: Lenny
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xresprobe depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries

Versions of packages xresprobe recommends:
ii  laptop-detect 0.13.6 attempt to detect a laptop

xresprobe suggests no packages.

-- no debconf information



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