[Bug 244002] Kernel panic while trying to read multicast stream

2022-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 Kubilay Kocak changed: What|Removed |Added Keywords||crash -- You are receiving this m

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 Kubilay Kocak changed: What|Removed |Added Assignee|n...@freebsd.org |hsela...@freebsd.org

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #24 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Mon Feb 24 09:58:58 UTC 2020 New revision: 358274 URL: https://svnweb.freebsd.org/changeset/base/358274 Log: MFC r358013: Fix kernel

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #23 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Mon Feb 24 09:57:48 UTC 2020 New revision: 358273 URL: https://svnweb.freebsd.org/changeset/base/358273 Log: MFC r358013: Fix kernel

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 Hans Petter Selasky changed: What|Removed |Added Status|In Progress |Closed Resolution|--

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #21 from commit-h...@freebsd.org --- A commit references this bug: Author: hselasky Date: Mon Feb 17 09:46:33 UTC 2020 New revision: 358013 URL: https://svnweb.freebsd.org/changeset/base/358013 Log: Fix kernel panic while try

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #20 from Bjoern A. Zeeb --- Comment on attachment 211583 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211583 Patch to solve problem Looks ok to me (without further context). -- You are receiving this mail because

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #19 from Hans Petter Selasky --- Feel free to test it while bz@ is doing review. --HPS -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net@free

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #18 from Vladislav V. Prodan --- (In reply to Hans Petter Selasky from comment #17) Does this patch need to be tested too? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 Ed Maste changed: What|Removed |Added CC||ema...@freebsd.org Component|b

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 Hans Petter Selasky changed: What|Removed |Added Attachment #211532|0 |1 is obsolete|

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #16 from Bjoern A. Zeeb --- Comment on attachment 211532 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211532 Patch to solve problem Why do we only need to do this in the VIMAGE case and not generally? Is no one el

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #15 from Vladislav V. Prodan --- Thanks. all works! #ffmpeg -i udp://@239.2.147.238:1234 ... Input #0, mpegts, from 'udp://@239.2.147.238:1234': Duration: N/A, start: 10866.865244, bitrate: N/A Program 1 Metadata:

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #14 from Vladislav V. Prodan --- (In reply to Hans Petter Selasky from comment #13) I applied this second patch and am building my kernel. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 Hans Petter Selasky changed: What|Removed |Added Status|New |In Progress -- You are rece

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #12 from Hans Petter Selasky --- Hi Bjorn, IGMP stores the VNET in "m->m_pkthdr.PH_loc.ptr", but the netisr code expects m->m_pkthdr.rcvif to be valid! --HPS -- You are receiving this mail because: You are the assignee for t

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #13 from Hans Petter Selasky --- Created attachment 211532 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211532&action=edit Patch to solve problem Hi, Can you try this patch for now? --HPS -- You are receiving t

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #11 from Vladislav V. Prodan --- NULL RCVIF AT: KDB: stack backtrace: #0 0x80cc68b7 at kdb_backtrace+0x67 #1 0x80dce6b5 at netisr_queue_src+0x95 #2 0x80dce989 at netisr_dispatch_src+0x69 #3 0x80e8

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #10 from Vladislav V. Prodan --- NULL RCVIF AT: KDB: stack backtrace: #0 0x80cc68b7 at kdb_backtrace+0x67 #1 0x80dce6b5 at netisr_queue_src+0x95 #2 0x80dce989 at netisr_dispatch_src+0x69 #3 0x80e7

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #9 from Vladislav V. Prodan --- I applied this patch and am building my kernel, not GENERIC. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-net

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #8 from Hans Petter Selasky --- Apply patch like this: cd /usr/src cat netisr.diff | patch -p1 make buildkernel make installkernel reboot -- You are receiving this mail because: You are the assignee for the bug.

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #7 from Hans Petter Selasky --- Created attachment 211530 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211530&action=edit Debug patch Can you try the attached debug patch, and send the print it generates in dmesg,

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #6 from Vladislav V. Prodan --- Created attachment 211529 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211529&action=edit My kernel config -- You are receiving this mail because: You are the assignee for the bug.

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #5 from Vladislav V. Prodan --- (In reply to Hans Petter Selasky from comment #4) No. The INVARIANTS and INVARIANT_SUPPORT options are not included in my kernel. -- You are receiving this mail because: You are the assignee fo

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #4 from Hans Petter Selasky --- It looks like m->m_pkthdr.rcvif == NULL. Is this kernel built with INVARIANTS enabled? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 --- Comment #3 from Vladislav V. Prodan --- (In reply to Hans Petter Selasky from comment #2) Multicast is available through interface re0 and fxp0 # ifconfig re0: flags=8943 metric 0 mtu 1500 options=82099 ether 00:e0:4d

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 Hans Petter Selasky changed: What|Removed |Added CC||hsela...@freebsd.org --- Com

[Bug 244002] Kernel panic while trying to read multicast stream

2020-02-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244002 Mark Linimon changed: What|Removed |Added Assignee|b...@freebsd.org|n...@freebsd.org Keywords