Opened 17 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)

crash-1.jpg (266.6 KB ) - added by marcusoverhagen 17 years ago.
crash-2.jpg (288.4 KB ) - added by marcusoverhagen 17 years ago.
crash-3.jpg (305.5 KB ) - added by marcusoverhagen 17 years ago.
udp (30.6 KB ) - added by marcusoverhagen 17 years ago.

Download all attachments as: .zip

Change History (10)

by marcusoverhagen, 17 years ago

Attachment: crash-1.jpg added

by marcusoverhagen, 17 years ago

Attachment: crash-2.jpg added

by marcusoverhagen, 17 years ago

Attachment: crash-3.jpg added

comment:1 by hugosantos, 17 years ago

Status: newassigned

comment:2 by hugosantos, 17 years ago

Could you attach your compiled udp module? I would like to see what _DemuxBroadcast+e1 is in your build.

by marcusoverhagen, 17 years ago

Attachment: udp added

comment:3 by hugosantos, 17 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 hugosantos, 17 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 hugosantos, 17 years ago

Marcus, have you continued to get this issue? If not, i'll close this bug.

comment:6 by hugosantos, 17 years ago

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.