---Status---
debugging core file of coredump_single (64-bit) from ...
initial argv: ./coredump_single_thread
-threading model: native threads
status: process terminated by SIGSEGV (Segmentation Fault), addr=........
---Registers---
echo "::status" | /usr/bin/mdb vgcore.* | \
perl -p -e 's/from \S*$/from .../' | \
perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
+sed '/^threading model:/ d' | \
perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
echo "\n---Registers---"
---Status---
debugging core file of coredump_single (64-bit) from ...
initial argv: ./coredump_single_thread_sse
-threading model: native threads
status: process terminated by SIGSEGV (Segmentation Fault), addr=........
---SSE Registers---
echo "::status" | /usr/bin/mdb vgcore.* | \
perl -p -e 's/from \S*$/from .../' | \
perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
+sed '/^threading model:/ d' | \
perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
echo "\n---SSE Registers---"
---Status---
debugging core file of coredump_single (32-bit) from ...
initial argv: ./coredump_single_thread
-threading model: native threads
status: process terminated by SIGSEGV (Segmentation Fault), addr=........
---Registers---
echo "::status" | /usr/bin/mdb vgcore.* | \
perl -p -e 's/from \S*$/from .../' | \
perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
+sed '/^threading model:/ d' | \
perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
echo "\n---Registers---"
---Status---
debugging core file of coredump_single (32-bit) from ...
initial argv: ./coredump_single_thread_sse
-threading model: native threads
status: process terminated by SIGSEGV (Segmentation Fault), addr=........
---SSE Registers---
echo "::status" | /usr/bin/mdb vgcore.* | \
perl -p -e 's/from \S*$/from .../' | \
perl -0 -p -e 's/^file: .+?^(initial argv:)/$1/ms' | \
+sed '/^threading model:/ d' | \
perl -p -e 's/addr=[0-9A-Fa-f]+/addr=......../g'
echo "\n---SSE Registers---"