mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 07:35:50 +03:00
[GH-ISSUE #230] Crashes with segfault when storage is clicked (not always) #179
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 @afk4life on GitHub (Feb 10, 2014).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/230
On two separate systems, I've had the manager crash when I clicked storage. There doesn't seem to be any debug for this, or if there is I don't know where it would be.
@retspen commented on GitHub (Feb 10, 2014):
What crashed - nginx or supervisor?
@afk4life commented on GitHub (Feb 10, 2014):
No, not nginx (is that even possible? :D) In debug mode even ./manager runserver it will die with segfault. Not terribly informative.
These are the ones where I was testing in debug:
[ 2118.092037] python[11844]: segfault at 87a900 ip 000000000087a900 sp 00007fc8fbffc428 error 15 in python2.7[871000+69000]
[ 5750.285321] python[12906]: segfault at 8808e0 ip 00000000008808e0 sp 00007f1b0348f528 error 15 in python2.7[871000+69000]
[ 5870.321293] python[13123]: segfault at 7f323000ae10 ip 00007f323000ae10 sp 00007f324339d428 error 15
[16638.282499] python[13937]: segfault at 2 ip 0000000000000002 sp 00007fc602ffa428 error 14 in python2.7[400000+270000]
In both case it only seems to happen when I do anything to the storage but not necessarily every time, especially when I do anything with an ISO involved.
@retspen commented on GitHub (Feb 10, 2014):
You use develop mode - this is normal if django crash. https://github.com/retspen/webvirtmgr/wiki/Install-WebVirtMgr
@afk4life commented on GitHub (Feb 10, 2014):
Only one of the servers was started using ./manager runserver. The other is by supervise.
Python - 2.7.3 (#1) 2.7.6 (#2)
Django - 1.5.5
@retspen commented on GitHub (Apr 29, 2014):
Update WebVirtMgr