> On Wed, 2013-02-27 at 16:29 +0100, Nils Köhler wrote:
> > si_code=80;  Faulting address: 0x0;  sp: 0x62a9d8f8
> > valgrind INTERNAL ERROR received a signal 11 (SIGSEV)- exiting
> >
> > I have hundrets of that messages with different SP:adresses
> > Is it and issue in my programm or in valgrind?
> >
> > Does anyone have an idear...?
> Which version of Valgrind ? On which platform ?

sorry I forgot to tell...

Trace messages and versions before starting application:
********************************************************

==22265== Memcheck, a memory error detector
==22265== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
==22265== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
==22265== Command: ./tally
==22265==
--22265-- Valgrind options:
--22265--    -v
--22265-- Contents of /proc/version:
--22265--   Linux version 2.4.21-303-smp4G (r...@i386.suse.de) (gcc version
3.3.1 (SuSE Linux)) #1 SMP Tue Dec 6 12:33:10 UTC 2005
--22265-- Arch and hwcaps: X86, x86-sse1-sse2
--22265-- Page sizes: currently 4096, max supported 4096
--22265-- Valgrind library directory: /usr/local/lib/valgrind
--22265-- Reading syms from /lib/ld-2.3.2.so
--22265-- Reading syms from /home/be/connect/tally
--22265-- Reading syms from /usr/local/lib/valgrind/memcheck-x86-linux
--22265--    object doesn't have a dynamic symbol table
--22265-- Scheduler: using generic scheduler lock implementation.
--22265-- Reading suppressions file: /usr/local/lib/valgrind/default.supp
==22265== embedded gdbserver: reading from
/tmp/vgdb-pipe-from-vgdb-to-22265-by-root-on-linux
==22265== embedded gdbserver: writing to
/tmp/vgdb-pipe-to-vgdb-from-22265-by-root-on-linux
==22265== embedded gdbserver: shared mem
/tmp/vgdb-pipe-shared-mem-vgdb-22265-by-root-on-linux


Trace messages after stopping my application:
**********************************************************************

==22265==
==22265== HEAP SUMMARY:
==22265==     in use at exit: 0 bytes in 0 blocks
==22265==   total heap usage: 11 allocs, 11 frees, 3,033 bytes allocated
==22265==
==22265== All heap blocks were freed -- no leaks are possible
==22265==
==22265== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 6)
--22265--
--22265-- used_suppression:     17 Ubuntu-stripped-ld.so
==22265==
==22265== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 17 from 6)
--22265-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) -
exiting
--22265-- si_code=80;  Faulting address: 0x0;  sp: 0x62af329c

valgrind: m_signals.c:2442 (sync_signalhandler_from_kernel): Assertion 'tid
!= 0' failed.
==22265==    at 0x38029435: report_and_quit (m_libcassert.c:235)

sched status:
  running_tid=1


Note: see also the FAQ in the source distribution.
It contains workarounds to several common problems.
In particular, if Valgrind aborted or crashed after
identifying problems in your program, there's a good chance
that fixing those problems will prevent Valgrind aborting or
crashing, especially if it happened in m_mallocfree.c.

If that doesn't help, please report this bug to: www.valgrind.org

In the bug report, send all the above text, the valgrind
version, and what OS and version you are using.  Thanks.

--22265-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) -
exiting
--22265-- si_code=80;  Faulting address: 0x0;  sp: 0x62af2b88
--22265-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) -
exiting
--22265-- si_code=80;  Faulting address: 0x0;  sp: 0x62af2640
--22265-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) -
exiting
--22265-- si_code=80;  Faulting address: 0x0;  sp: 0x62af20f8
--22265-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) -
exiting
--22265-- si_code=80;  Faulting address: 0x0;  sp: 0x62af1bb0
--22265-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) -
exiting
--22265-- si_code=80;  Faulting address: 0x0;  sp: 0x62af1668









> 
> Philippe
> 



------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to