Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash in DOOM2 MAP08 #8

Closed
chocolate-import opened this issue Dec 8, 2013 · 9 comments
Closed

Crash in DOOM2 MAP08 #8

chocolate-import opened this issue Dec 8, 2013 · 9 comments

Comments

@chocolate-import
Copy link

The following bug was originally reported on Sourceforge by raztk, 2006-11-20 11:22:29:

The crash happens when I go to the room where the cyberdemon and all the barons are. I shoot with the BFG and after a few seconds I get the crash.

This is what I get from GDB:

Program received signal SIGSEGV, Segmentation fault.
0x0042e2a7 in P_RunThinkers () at ../src/p_tick.c:121
121 currentthinker = currentthinker->next;

I'm using my own build, r756.

@chocolate-import
Copy link
Author

Comment by fraggle, 2006-11-20 20:33:54:

Logged In: YES
user_id=25884
Originator: NO

I can't reproduce this. Can you consistently make it crash every time? If so, can you provide me with a demo that causes the crash? Also, what architecture (x86/amd64/etc) and Linux distribution are you using?

@chocolate-import
Copy link
Author

Comment by raztk, 2006-11-20 23:29:01:

Debugger callstack.

Files were attached:

@chocolate-import
Copy link
Author

Comment by raztk, 2006-11-20 23:29:01:

Logged In: YES
user_id=1649691
Originator: YES

I can reproduce it every time I do the same thing (go to the room, start shooting with the BFG, then after a few seconds, the crash). A demo is impossible since I'm using cheats (IDDQD and IDKFA).

My OS is Windows XP Professional Service Pack 2. I built Chocolate Doom with Code::Blocks.

I attached the Callstack if it helps.

@chocolate-import
Copy link
Author

Comment by raztk, 2006-12-08 18:10:58:

Logged In: YES
user_id=1649691
Originator: YES

r770 doesn't seem to have the problem, but I'm still not 100% sure.

@chocolate-import
Copy link
Author

Comment by raztk, 2006-12-10 14:36:38:

Logged In: YES
user_id=1649691
Originator: YES

Here's a demo that causes the crash: http://84.40.169.249/al/files/raztk/crash.zip

@chocolate-import
Copy link
Author

Comment by raztk, 2006-12-16 21:44:58:

Logged In: YES
user_id=1649691
Originator: YES

This report can be closed. Thanks fraggle and Russell.

@chocolate-import
Copy link
Author

Comment by raztk, 2006-12-16 21:44:58:

  • status: open --> closed

@chocolate-import
Copy link
Author

Comment by fraggle, 2006-12-16 21:52:10:

Logged In: YES
user_id=25884
Originator: NO

Yup, this was caused by the use of z_native.c instead of z_zone.c in the Codeblocks build. The Codeblocks projects have now been fixed. Thanks to raztk and everyone else who has given me information on this.

@chocolate-import
Copy link
Author

Comment by fraggle, 2006-12-16 21:52:10:

  • status: closed --> closed-fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant