|
From: Victor D. <vic...@kc...> - 2005-09-01 16:14:02
|
Any ideas how to workaround this problem would be appreciated The program is going to a shell script. I get the following errors reported. valgrind: the `impossible' happened: EXEC FAILED: I can't recover from execve() failing, so I'm dying. Add more stringent tests in PRE(execve), or work out how to recover. Basic block ctr is approximately 2150000 ==30164== at 0xB002C074: vgPlain_core_panic (vg_mylibc.c:1156) ==30164== by 0xB002C073: panic (vg_mylibc.c:1152) ==30164== by 0xB002C088: vgPlain_core_panic (vg_mylibc.c:1157) ==30164== by 0xB003DDA6: before_execve (vg_syscalls.c:1834) ==30164== by 0xB00471DD: vgPlain_pre_syscall (vg_syscalls.c:6278) ==30164== by 0xB000D3AD: sched_do_syscall (vg_scheduler.c:729) ==30164== by 0xB000DA51: do_scheduler (vg_scheduler.c:1136) ==30164== by 0xB000DBDF: vgPlain_scheduler (vg_scheduler.c:1240) ==30164== by 0xB002707E: main (vg_main.c:3061) sched status: Note: see also the FAQ.txt in the source distribution. It contains workarounds to several common problems. If that doesn't help, please report this bug to: valgrind.kde.org In the bug report, send all the above text, the valgrind version, and what Linux distro you are using. Thanks. LINUX Linux version 2.6.9-5.0.5.ELsmp (bhc...@de...) (gcc version 3.4.3 20050227 (Red Hat 3.4.3-22)) #1 SMP Fri Apr 8 14:29:47 EDT 2005 Valgrind Using valgrind-2.2.0, a program supervision framework for x86-linux. |
|
From: David E. <tw...@us...> - 2005-09-01 18:42:24
|
On Thu, 2005-09-01 at 14:07 +0000, Victor Duncker wrote:
> Any ideas how to workaround this problem would be appreciated
>
> [snip]
>
> Valgrind
> Using valgrind-2.2.0, a program supervision framework for x86-linux.
^^^^^
How about trying a more recent version of valgrind, like 2.4.1 or 3.0.1?
--
Regards,
-\- David Eriksson -/-
SynCE - http://synce.sourceforge.net
ScummVM - http://scummvm.sourceforge.net
Desquirr - http://desquirr.sourceforge.net
|