Where should stacktraces be posted?

Where should stacktraces be posted?

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Where should stacktraces be posted?

Post by Caydr »

Is there a special place for them?

Here's one I just got:

Code: Select all

Spring 0.74b3+svn3825 has crashed.
Exception: Access violation (0xc0000005)
Exception Address: 0x73f247f0
DLL information:
0x00400000	spring
0x7c900000	ntdll
0x7c800000	kernel32
0x77dd0000	ADVAPI32
0x77e70000	RPCRT4
0x73f10000	dsound
0x77c10000	msvcrt
0x7e410000	USER32
0x77f10000	GDI32
0x774e0000	ole32
0x76b40000	WINMM
0x77c00000	VERSION
0x68b20000	GLU32
0x5ed00000	OPENGL32
0x73760000	DDRAW
0x73bc0000	DCIMAN32
0x76c90000	IMAGEHLP
0x71ad0000	WSOCK32
0x71ab0000	WS2_32
0x71aa0000	WS2HELP
0x10000000	SDL
0x7c340000	MSVCR71
0x00c90000	DevIL
0x66fc0000	freetype6
0x61b80000	zlib1
0x00e20000	glew32
0x003e0000	ILU
0x5ad70000	uxtheme
0x74720000	MSCTF
0x10d00000	GameHook
0x10100000	lgscroll
0x78130000	MSVCR80
0x7c420000	MSVCP80
0x77690000	NTMARTA
0x76f60000	WLDAP32
0x71bf0000	SAMLIB
0x69500000	nvoglnt
0x71a50000	mswsock
0x662b0000	hnetcfg
0x71a90000	wshtcpip
0x76f20000	DNSAPI
0x76fb0000	winrnr
0x66580000	pnrpnsp
0x16080000	mdnsNSP
0x76d60000	Iphlpapi
0x76fc0000	rasadhlp
0x77120000	OLEAUT32
0x76c30000	WINTRUST
0x77a80000	CRYPT32
0x77b20000	MSASN1
0x72d20000	wdmaud
0x72d10000	msacm32
0x77be0000	MSACM32
0x77bd0000	midimap
0x73ee0000	KsUser
0x59a60000	DBGHELP
Stacktrace:
(0) C:\WINDOWS\system32\dsound.dll(DllGetClassObject+0x3d9d) [0x73F247F0]
(1) C:\WINDOWS\system32\dsound.dll(DirectSoundCreate+0x8e26) [0x73F1DA69]
(2) C:\WINDOWS\system32\dsound.dll(DirectSoundCreate+0x9149) [0x73F1DD8C]
(3) C:\Program Files\Spring\spring.exe [0x0082B659]
(4) C:\Program Files\Spring\spring.exe [0x007B42AC]
(5) C:\Program Files\Spring\spring.exe [0x007B9089]
(6) C:\Program Files\Spring\spring.exe [0x007B3D67]
(7) C:\Program Files\Spring\spring.exe [0x006AFED1]
(8) C:\Program Files\Spring\spring.exe [0x006E64A9]
(9) C:\Program Files\Spring\spring.exe [0x0058E96C]
(10) C:\Program Files\Spring\spring.exe [0x005A2104]
(11) C:\Program Files\Spring\spring.exe [0x005A51F3]
(12) C:\Program Files\Spring\spring.exe [0x007DA049]
(13) C:\Program Files\Spring\spring.exe [0x007E1EA8]
(14) C:\Program Files\Spring\spring.exe [0x007E2278]
(15) C:\Program Files\Spring\spring.exe [0x007E2449]
(16) C:\Program Files\Spring\spring.exe [0x008C98B7]
(17) C:\Program Files\Spring\spring.exe [0x00401292]
(18) C:\Program Files\Spring\spring.exe [0x004012DD]
(19) C:\WINDOWS\system32\kernel32.dll(RegisterWaitForInputIdle+0x49) [0x7C816FD7]
The stacktrace translator's output is beyond my understanding.
User avatar
Peet
Malcontent
Posts: 4384
Joined: 27 Feb 2006, 22:04

Re: Where should stacktraces be posted?

Post by Peet »

Caydr wrote:The stacktrace translator's output is beyond my understanding.
Does that stop you from posting it for the people who can understand it? :P (saves them having to copypasta into a text file and run the translator on that)
User avatar
smoth
Posts: 22309
Joined: 13 Jan 2005, 00:46

Post by smoth »

Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

Make sure to include information on how to reproduce the crash, if possible. If it is not reproducable then the chances of it being fixed are slim anyway.
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

I already said the translation is beyond my comprehension, Smoth. Just links to various sections of code, and what I posted *seems* to be enough for the devs to run the translator themselves, so there's no need for me to post the entire like 90kb file from my testing session.

No, I don't think it's reproducable, Tobi. I'll try to take notes of what was happening at the time if I get another crash.

Why not open up a Stacktrace Posting forum?
User avatar
VonGratz
Posts: 471
Joined: 03 May 2005, 05:25

Post by VonGratz »

Great utility :!:
VonGratz :wink:
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Post by Tobi »

Caydr wrote:Why not open up a Stacktrace Posting forum?
We have the mantis bug tracker for that, but don't spam it with unreproducable crashes without even an explanation what happened please.
User avatar
Caydr
Omnidouche
Posts: 7179
Joined: 16 Oct 2004, 19:40

Post by Caydr »

Sorry, I just really didn't know where to post this thing. I didn't know if it would contain anything important. Considering how long it's been since Spring has crashed on me, I thought I should post it regardless.
Post Reply

Return to “Engine”