Forum Discussion
Altera_Forum
Honored Contributor
15 years agodtrap - needs breakpoint for simple socket server
Whenever I run my simple socket server, I always got the error message dtrap -needs breakpoint panic: pktdemux: corrupt pkt ip exit: calling func 0x1141eb30 ..and I never get a chance to ...
Altera_Forum
Honored Contributor
15 years agoThere are several messages about this on the forum. The stack developers were too lazy to write real error messages and used this dtrap() function instead. You need to open your application in the debugger, put a breakpoint on that function and launch it. When it stops at dtrap(), go up the the stack trace to see where dtrap() was called from. If you are lucky you'll have a comment around this call in the stack code that will give you more information about what happened.