Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 1395181

Summary: gnome-boxes SEGV with symlink volume dir in RHEL7
Product: Red Hat Enterprise Linux 8 Reporter: fujiwara <tfujiwar>
Component: gnome-boxesAssignee: Felipe Borges <feborges>
Status: CLOSED WONTFIX QA Contact: Desktop QE <desktop-qa-list>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.3CC: eng-i18n-bugs, jkoten, tpopela
Target Milestone: rcFlags: pm-rhel: mirror+
Target Release: 8.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-06-22 13:20:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description fujiwara 2016-11-15 11:04:52 UTC
I'd create storage volumes in another partition since the root partition has no window.
I follow the article:
https://fedoramagazine.org/getting-started-with-virtualization-in-gnome-boxes/

% ls -l .local/share/gnome-boxes
lrwxrwxrwx. 1 foo foo 39 Nov 15 12:39 .local/share/gnome-boxes -> ../../../../backup/gnome-boxes/foo

% rpm -q gnome-boxes
gnome-boxes-3.14.3.1-5.el7.x86_64

% gnome-boxes
(gnome-boxes:6285): Libvirt.GObject-CRITICAL **: gvir_storage_vol_get_info: assertion 'GVIR_IS_STORAGE_VOL(vol)' failed

Program received signal SIGSEGV, Segmentation fault.
0x000000000048491b in boxes_vm_creator_on_machine_state_changed.isra.20 ()
(gdb) where
#0  0x000000000048491b in boxes_vm_creator_on_machine_state_changed.isra.20 ()
#1  0x0000000000484d08 in boxes_vm_creator_real_continue_installation_co ()
#2  0x00007ffff33fdf47 in g_simple_async_result_complete ()
    at /lib64/libgio-2.0.so.0
#3  0x00007ffff33fdfa9 in complete_in_idle_cb () at /lib64/libgio-2.0.so.0
#4  0x00007ffff2e4d79a in g_main_context_dispatch ()
    at /lib64/libglib-2.0.so.0
#5  0x00007ffff2e4dae8 in g_main_context_iterate.isra.24 ()
    at /lib64/libglib-2.0.so.0
#6  0x00007ffff2e4db9c in g_main_context_iteration ()
    at /lib64/libglib-2.0.so.0
#7  0x00007ffff3430f24 in g_application_run () at /lib64/libgio-2.0.so.0
#8  0x000000000045c299 in _vala_main ()
#9  0x00007ffff2848b15 in __libc_start_main () at /lib64/libc.so.6
#10 0x000000000042e325 in _start ()


I don't see the same problem in Fedora 24.

Comment 2 Felipe Borges 2020-06-22 13:20:52 UTC
We don't support symlinking the backing storage files. But thanks to the recent improvements in gnome-boxes 3.36, you can now import a qcow2 file *without it getting copied* to Boxes' internal storage path. This way you can create a new VM from the qcow2 file (+ menu -> Create a Virtual Machine... -> Operating System Image File).