[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2022-11-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

Dmitry Marakasov  changed:

   What|Removed |Added

 Resolution|--- |Overcome By Events
 Status|Open|Closed

--- Comment #11 from Dmitry Marakasov  ---
Let's close this, I'm not seeing any panics on 13.1.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2022-10-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

--- Comment #10 from Dmitry Marakasov  ---
I've enabled sendfile in nginx and uwsgi on my 13.1 prod. If the panic doesn't
reproduce in a week I guess this can be closed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.


[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2020-11-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

--- Comment #9 from Mark Johnston  ---
Is this still a problem in 12.1 or 12.2?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2020-01-06 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

Mark Johnston  changed:

   What|Removed |Added

 CC||ma...@freebsd.org

--- Comment #8 from Mark Johnston  ---
(In reply to Dmitry Marakasov from comment #7)
Could you provide a backtrace from the 12.1 panic?  The line numbers in the
initial backtrace don't line up for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2019-10-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

--- Comment #7 from Dmitry Marakasov  ---
12.1-RC1 also panics

> Could you attach the nginx / uwsgi configurations, as an attachment

That'd be quite heavy, as nginx here serves 10 sites with a wide tree of
included configs. I'll try to minimize it. Reproducing is not quite easy too -
it happens on production every several hours, not even sure which request leads
to it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

--- Comment #6 from Kubilay Kocak  ---
(In reply to Dmitry Marakasov from comment #4)

@Dmitry Could you attach the nginx / uwsgi configurations, as an attachment,
sanitized if necessary, that reproduce the issue

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx (uwsgi with sendfile(2) enabled)

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

Kubilay Kocak  changed:

   What|Removed |Added

 CC||gleb...@freebsd.org,
   ||kbowl...@freebsd.org
   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2398
   ||93,
   ||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=
   ||59
Summary|Panic in closefp()  |Panic in closefp()
   |triggered by nginx  |triggered by nginx (uwsgi
   ||with sendfile(2) enabled)
   Severity|Affects Only Me |Affects Some People

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

mark.marti...@ijs.si changed:

   What|Removed |Added

 CC||mark.marti...@ijs.si

--- Comment #5 from mark.marti...@ijs.si ---
Similar to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=59
(also nginx+uwsgi+sendfile), although that was fixed in 2017.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx

2019-10-15 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

--- Comment #4 from Dmitry Marakasov  ---
I've built 12.0-RELEASE kernel with the patch from 239893, but this didn't
help. However, I've discovered what has triggered the panic - I have uwsgi
behing nginx setup on that box, and the panic appears every ~1-3 hours if
sendfile is enabled in uwsgi (sendfile is disabled in nginx). I'll try updating
to 12.1-RC now

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx

2019-10-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

Kubilay Kocak  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2375
   ||68

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx

2019-10-12 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

--- Comment #3 from Christos Chatzaras  ---
rlwestl...@gmail.com :

I had some crashes in the past with servers running Nginx, but I am not sure if
it's the same panic as 2 of them had bad RAM modules so possibly some crashes
were related to hardware.

The fix described in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239893
is in stable/12 and 12.1.

Can you upgrade your system to 12.1-RC1 to see if it fixes the issue?

Also, do you have sendfile enabled in Nginx?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx

2019-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

rlwestl...@gmail.com changed:

   What|Removed |Added

 CC||rlwestl...@gmail.com

--- Comment #2 from rlwestl...@gmail.com ---
Looks like exactly the same stack trace I got here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237568

Also a crash triggered by Nginx.

The bug linked by Andrey does seem related except that I don't see `soabort`
anywhere in our stack traces. Is that fix deployed in 12.0-RELEASE-p10?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx

2019-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

Andrey V. Elsukov  changed:

   What|Removed |Added

 CC||a...@freebsd.org

--- Comment #1 from Andrey V. Elsukov  ---
I think there is some chance that this problem can be related to
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239893

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"


[Bug 241162] Panic in closefp() triggered by nginx

2019-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241162

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||crash, needs-patch,
   ||needs-qa
 Status|New |Open
 CC||n...@freebsd.org
  Flags||mfc-stable11?,
   ||mfc-stable12?
   Assignee|b...@freebsd.org|n...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
___
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"