Opened 18 years ago
Closed 17 years ago
#1186 closed bug (invalid)
crash in _DemuxBroadcast
Reported by: | marcusoverhagen | Owned by: | hugosantos |
---|---|---|---|
Priority: | high | Milestone: | R1 |
Component: | Network & Internet/Stack | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Occured with hrev20900, I wasn't actively using the network.
Crashed three times today, screenshots attached.
Attachments (4)
Change History (10)
by , 18 years ago
Attachment: | crash-1.jpg added |
---|
by , 18 years ago
Attachment: | crash-2.jpg added |
---|
by , 18 years ago
Attachment: | crash-3.jpg added |
---|
comment:1 by , 18 years ago
Status: | new → assigned |
---|
comment:2 by , 18 years ago
by , 18 years ago
comment:3 by , 18 years ago
Is this a complete the result of a complete rebuild? I'm objdump'ing your udp module and it seems strange to me that while my build obtains the address pointer from +0x38:
2c85: 8b 42 38 mov 0x38(%edx),%eax 2c88: ff d0 call *%eax
Yours uses +0x34:
2981: 8b 42 34 mov 0x34(%edx),%eax 2984: ff d0 call *%eax
Is this a partial build? The crash is somewhere else, but these differences are strange.
comment:4 by , 18 years ago
If not, please update to the latest release, and the next time it crashes please also run 'udp_endpoints', a command i added in hrev20908.
comment:5 by , 17 years ago
Marcus, have you continued to get this issue? If not, i'll close this bug.
comment:6 by , 17 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
Could you attach your compiled udp module? I would like to see what _DemuxBroadcast+e1 is in your build.