Opened 8 years ago
Closed 8 years ago
#13211 closed bug (fixed)
kernel panic when using socketsetopt
Reported by: | raefaldhia | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/Development |
Keywords: | gsoc2017 | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This issue doesn't always appear, but in some situations it appears. https://github.com/haikuports/haikuports/pull/1076#issuecomment-272686504
Attachments (3)
Change History (13)
by , 8 years ago
Attachment: | Screenshot from 2017-01-15 17-24-32.png added |
---|
comment:1 by , 8 years ago
Component: | - General → System/Kernel |
---|---|
Description: | modified (diff) |
Milestone: | Unscheduled → R1 |
Owner: | changed from | to
by , 8 years ago
Attachment: | 0001-fixed-crossing-link-fields-from-different-hash-table.patch added |
---|
comment:2 by , 8 years ago
patch: | 0 → 1 |
---|
comment:3 by , 8 years ago
Hello! I've fixed this bug. MulticastGroupInterface (both ipv4 and ipv6) has link field for hash table, but has been inserted in two different tables: in MulticastFilter and sMulticastState. So when ~MulticastFilter was called, it was trying to free group interfaces from other tables.
comment:8 by , 8 years ago
by , 8 years ago
Attachment: | 0001-fixed-crossing-link-fields-from-different-hash-table.2.patch added |
---|
comment:9 by , 8 years ago
Status: | new → in-progress |
---|
comment:10 by , 8 years ago
Keywords: | gsoc2017 added |
---|---|
Resolution: | → fixed |
Status: | in-progress → closed |
Applied in hrev51033, thanks!
Note:
See TracTickets
for help on using tickets.
kernel panic