[libvirt-users] Unknown segfault

Unknown sefault: http://itmag.es/2HxqM Why this might happen? Maybe i'm close last virConnectRef in threads? (but this is unlikely). Or maybe another reason? -- Fl@sh

On 11.04.2015 11:29, Fl@sh wrote:
Unknown sefault: http://itmag.es/2HxqM
Why this might happen? Maybe i'm close last virConnectRef in threads? (but this is unlikely). Or maybe another reason?
Doesn't ring any bell to me. What were you doing when the crash occurred? Do you have a small reproducer? Also - what's the libvirt version (maybe the bug was already fixed upstream so upgrading may help). Michal

On Mon, 13 Apr 2015 07:03:37 +0200 Michal Privoznik <mprivozn@redhat.com> wrote:
On 11.04.2015 11:29, Fl@sh wrote:
Unknown sefault: http://itmag.es/2HxqM
Why this might happen? Maybe i'm close last virConnectRef in threads? (but this is unlikely). Or maybe another reason?
Doesn't ring any bell to me. What were you doing when the crash occurred? Do you have a small reproducer? Also - what's the libvirt version (maybe the bug was already fixed upstream so upgrading may help).
Michal Installed Packages Name : libvirt Arch : x86_64 Version : 1.2.9.2 Release : 1.fc21 Size : 0.0 Repo : installed From repo : updates-testing
It is long to describe. I run lxc containers on one and the same local machine. Then quickly as possible, interrupting by commands in a lxc container manually. In the end, I sometimes get segfault that starts in the stream, supporting libvirt-connection to lxc-containers: from virEventRunDefaultImpl to virClassIsDerivedFrom. This can be seen in the picture. That's all. -- Fl@sh

On Mon, 13 Apr 2015 07:03:37 +0200 Michal Privoznik <mprivozn@redhat.com> wrote:
On 11.04.2015 11:29, Fl@sh wrote:
Unknown sefault: http://itmag.es/2HxqM
Why this might happen? Maybe i'm close last virConnectRef in threads? (but this is unlikely). Or maybe another reason?
Doesn't ring any bell to me. What were you doing when the crash occurred? Do you have a small reproducer? Also - what's the libvirt version (maybe the bug was already fixed upstream so upgrading may help).
Michal
I'm close this question, because application segfault broke the libvirt-connect. -- Fl@sh

Hi, all! I'm developing qt-virt-manager. I have to say: this is not a Qt-clone of the virt-manager. The application is able to perform a lot, so I suggest you to use, and look forward to your wishes. (I'm make fedora-build, if somebody build it for other distributives, then , pls, say to me for annonce on opendesktop.org site.) https://github.com/F1ash/qt-virt-manager https://f1ash.fedorapeople.org/qt-virt-manager/ http://opendesktop.org/content/show.php/qt-virt-manager?content=169785 -- Fl@sh

On 04/22/2015 12:36 PM, Fl@sh wrote:
Hi, all! I'm developing qt-virt-manager. I have to say: this is not a Qt-clone of the virt-manager. The application is able to perform a lot, so I suggest you to use, and look forward to your wishes. (I'm make fedora-build, if somebody build it for other distributives, then , pls, say to me for annonce on opendesktop.org site.)
https://github.com/F1ash/qt-virt-manager https://f1ash.fedorapeople.org/qt-virt-manager/ http://opendesktop.org/content/show.php/qt-virt-manager?content=169785
Looks very nice. I had to build qtermwidget and then make one tweek [2] to the spec file to get it to build on RHEL7. I have uploaded my built packages incase others want to try them on rhel7. [1] One feature that I think would be nice, would be to make it easy to find, setup and connect to localhost connections. Keep up the good work. Troy Dawson [1] - https://tdawson.fedorapeople.org/qt-virt-manager/ [2] - %{make_build} isn't in rhel7 rpm macros. @@ -74,14 +74,14 @@ mkdir %{cmake_build_dir}-qt4 pushd %{cmake_build_dir}-qt4 %cmake .. - %{make_build} + %{__make} %{?_smp_mflags} popd %endif %if %with qt5 mkdir %{cmake_build_dir}-qt5 pushd %{cmake_build_dir}-qt5 %cmake -DBUILD_QT_VERSION=5 .. - %{make_build} + %{__make} %{?_smp_mflags} popd %endif
participants (3)
-
Fl@sh
-
Michal Privoznik
-
Troy Dawson