I'm using the minidumpview that was mentioned earlier. I get a wall of text in a command prompt window. There's a section called Exception Information, which I assume to point to the culprit, but I can't decipher it. Looks like this:
EXCEPTION INFORMATION --------------------- Thread ID: 618 Code: 00000000 Flags: 00000001 Address: 7d4e237e Nested exception: 00000000 Parameters: 0 Thread context: Context flags: 00010007 EIP: 7d4e237e ESP: 2075dad0 EBP: 2075db24 EFLAGS: 00000246 EAX: 2075dad4 EBX: 20b57acd ECX: 1891c224 EDX: 0000000a EDI: 20ad2d88 ESI: 00000000 CS: 20750023 SS: 002b DS: 2075002b ES: 002b FS: 20750053 GS: 002b DR0: 2075d920 DR1: 2075d918 DR2: 2075d7f0 DR3: 2075d8e0 DR6: 00964290 DR7: 00000000 There follows a list of loaded modules, but I don't know how to correlate the above with any of them. I should probably just see about getting Visual Studio, I suppose... On Tue, Dec 22, 2009 at 4:28 AM, DontWannaName! <[email protected]>wrote: > If the first dll listed in the call stack shows SM then its a plugin. If > its > a server.dll only then its Valve. If its both then check SM and file a bug, > > On Tue, Dec 22, 2009 at 2:35 AM, Mike Kurfis <[email protected]> wrote: > > > When you say 'top of the stack', do you mean the first thing in the > > 'exception information'? > > > > On Mon, Dec 21, 2009 at 11:03 AM, Tony Paloma <[email protected] > > >wrote: > > > > > If you have Visual Studio, you can open it with that and get a stack > > trace. > > > You'll only see DLL names though since you don't have the debug info. > > > > > > If you don't have Visual Studio, you can try minidumpview: > > > http://www.debuginfo.com/tools/minidumpview.html > > > > > > If sourcemod or something not from Valve is on the top of the stack, > it's > > > definitely a plugin problem. > > > > > > -----Original Message----- > > > From: [email protected] > > > [mailto:[email protected]] On Behalf Of Attaul N > > > Sent: Monday, December 21, 2009 10:36 AM > > > To: [email protected] > > > Subject: [hlds] Server crashing.... > > > > > > > > > How can i read crash files that end with .mdmp? My servers are crashing > > > every 2-3 hours sometimes more and everytime they crash they generate a > > > file > > > similar to "Steam__273447__2009_12_21T5_18_51C21205187.mdmp" in the > > > orangebox folder. I am hosting these servers on a windows box. I would > > like > > > to mention that these crashes did start right after the latest update > > from > > > valve. I have looked at my plugins and server logs and everything looks > > > normal, nothing sticks out that might cause a crash... Any help will be > > > appreciated.... > > > _________________________________________________________________ > > > Windows Live: Make it easier for your friends to see what you're up to > on > > > Facebook. > > > http://go.microsoft.com/?linkid=9691816 > > > _______________________________________________ > > > To unsubscribe, edit your list preferences, or view the list archives, > > > please visit: > > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > > > > > > > _______________________________________________ > > > To unsubscribe, edit your list preferences, or view the list archives, > > > please visit: > > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

