mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[GH-ISSUE #15] sefault when clicking on the menu items #12
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 @bbigras on GitHub (Jan 10, 2013).
Original GitHub issue: https://github.com/retspen/webvirtmgr/issues/15
I got a segfault with a core dump when I clicked on "Snapshots" on the menu bar but I was able to reproduce it later (about 5 times) with the other items from the menu (Overview, Create VM, Storage pool, Network pool and Snapshots). The crash happens random but in less than a minute or two.
To reproduce, all I have to do is click on each item in (order or not) until it crashes. Sometime it crashes on the first click sometimes it takes a while.
env LANG=C gdb --core=core /usr/bin/python
Here's the backtrace
webvirtmgr:
437f05170epython : 2.7.3-5ubuntu4
python-django : 1.4.1-2ubuntu0.2
Ubuntu 12.10 (x86_64)
Any ideas?
@retspen commented on GitHub (Jan 11, 2013):
Use VirtualHost or WSGI. Django framework have web-server is used only for testing and from time to time may be broken.