mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 15:45:51 +03:00
[GH-ISSUE #250] python segfaulting with 502 Bad Gateway from nginx #198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Manawyrm on GitHub (Feb 27, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/250
Hi,
your software works fine so far, but every 10-20th page load of any page I get a crash from python and a 502 from nginx. After a reload it works fine.
Syslog:
Feb 27 23:25:20 penguincage kernel: [101470.953911] python[22292]: segfault at 7 ip 0000000000000007 sp 00007fff1b640768 error 14 in python2.7[400000+2ba000]
Feb 27 23:25:23 penguincage kernel: [101474.650817] python[22321]: segfault at 916e80 ip 0000000000916e80 sp 00007fff1b640578 error 15 in python2.7[8ba000+75000]
Feb 27 23:28:13 penguincage kernel: [101644.375441] python[22324]: segfault at 915820 ip 0000000000915820 sp 00007fff1b640478 error 15 in python2.7[8ba000+75000]
Feb 27 23:28:20 penguincage kernel: [101651.129158] python[11289]: segfault at 7 ip 0000000000000007 sp 00007fff1b6405a8 error 14 in python2.7[400000+2ba000]
Do you have any ideas what could cause that? I'm using a Ubuntu 13.10 server. Installed with the latest GIT version from 26.02 at around 16:00 UTC.
Thanks,
Tobias
@camjac251 commented on GitHub (Feb 27, 2014):
Happens to me too. I'm using cloudflare, and whenever I add a network, remove a server, etc, it says 502 from cloudflare.
@retspen commented on GitHub (Apr 29, 2014):
Update WebVirtMgr