Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
segv_handler
backtrace
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File backtrace of Package segv_handler
#!/bin/sh # we want everything on stderr, so the program is not disturbed exec 1>&2 PID=$1 TMPFILE=/tmp/gdb.$$ cat << EOF > $TMPFILE set height 0 bt full quit EOF gdb -batch -x $TMPFILE /proc/$PID/exe $PID < /dev/null /bin/rm -f $TMPFILE
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor