mdb core....
I ran into an interesting problem today, which unfortunately time (and a crash) didn't permit me to debug fully, but I'll share the mdb section of it with you anyway. I went to start up gvim on my desktop and it decided (well more accurately gnome decided) that it was having none of this, so a quick interrupt later I had a core dump. Anyway, I don't have dbx on my laptop at the moment, so time to fire up mdb...
> ::status
debugging core file of vim (32-bit) from dhcp-syd04-12-6
file: /export/home/fintanr/bin/vim
initial argv: gvim
threading model: multi-threaded
status: process terminated by SIGSEGV (Segmentation Fault)
So this isn't really telling me more than I killed off the process myself, now lets take a look at whats happening.
Hmmm, now a quick look around on google shows us that a similar type error occurs when gnome can't resolve a name after a network connection has been interrupted on Fedora core (see the bugzilla entry, so I start up gvim again and then used gcore(1M) to grab a core of my gnome-session, and takek a look at whats happening....
And low and behold, yep, its a pretty similar bug. Unfortunately at this stage my gnome-session decided it had enough and died, but its a semi interesting one to look at. One to recreate when time is available and take a closer look with DTrace.
(2005-02-15 00:37:37.0)PermalinkComments [0]