Ticket #26424: error-in-dynamic-libs.txt

File error-in-dynamic-libs.txt, 2.7 KB (added by nilstec_inc@…, 14 years ago)

Output of openmpirun -np 2 /opt/local/bin/valgrind ./a.out

Line 
1==18873== Memcheck, a memory error detector
2==18873== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
3==18873== Using Valgrind-3.6.0.SVN and LibVEX; rerun with -h for copyright info
4==18873== Command: ./a.out
5==18873==
6==18874== Memcheck, a memory error detector
7==18874== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
8==18874== Using Valgrind-3.6.0.SVN and LibVEX; rerun with -h for copyright info
9==18874== Command: ./a.out
10==18874==
11dyld: Library not loaded: libmpiwrap-amd64-darwin.so
12  Referenced from: PATH./a.out
13  Reason: image not found
14==18873==
15==18873== Process terminating with default action of signal 5 (SIGTRAP)
16==18873==    at 0x7FFF5FC01065: dyld_fatal_error (in /usr/lib/dyld)
17==18873==    by 0x7FFF5FC0699B: dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**) (in /usr/lib/dyld)
18==18873==    by 0x7FFF5FC016D1: dyldbootstrap::start(macho_header const*, int, char const**, long) (in /usr/lib/dyld)
19==18873==    by 0x7FFF5FC01051: _dyld_start (in /usr/lib/dyld)
20==18873==    by 0xFFFFFFFF: ???
21==18873==
22==18873== HEAP SUMMARY:
23==18873==     in use at exit: 0 bytes in 0 blocks
24==18873==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
25==18873==
26==18873== All heap blocks were freed -- no leaks are possible
27==18873==
28==18873== For counts of detected and suppressed errors, rerun with: -v
29==18873== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
30dyld: Library not loaded: libmpiwrap-amd64-darwin.so
31  Referenced from: PATH./a.out
32  Reason: image not found
33==18874==
34==18874== Process terminating with default action of signal 5 (SIGTRAP)
35==18874==    at 0x7FFF5FC01065: dyld_fatal_error (in /usr/lib/dyld)
36==18874==    by 0x7FFF5FC0699B: dyld::_main(macho_header const*, unsigned long, int, char const**, char const**, char const**) (in /usr/lib/dyld)
37==18874==    by 0x7FFF5FC016D1: dyldbootstrap::start(macho_header const*, int, char const**, long) (in /usr/lib/dyld)
38==18874==    by 0x7FFF5FC01051: _dyld_start (in /usr/lib/dyld)
39==18874==    by 0xFFFFFFFF: ???
40==18874==
41==18874== HEAP SUMMARY:
42==18874==     in use at exit: 0 bytes in 0 blocks
43==18874==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
44==18874==
45==18874== All heap blocks were freed -- no leaks are possible
46==18874==
47==18874== For counts of detected and suppressed errors, rerun with: -v
48==18874== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
49--------------------------------------------------------------------------
50openmpirun noticed that process rank 1 with PID 18874 on node NODE exited on signal 5 (Trace/BPT trap).
51--------------------------------------------------------------------------
52PATH is the correct path of ./a.out
53NODE is my correct current node