Changes between Initial Version and Version 1 of Ticket #18115, comment 5
- Timestamp:
- Nov 8, 2018 4:29:16 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18115, comment 5
initial v1 2 2 3 3 Instread, running this trivial command gives the same crash as well: 4 /usr/lib/virtualbox/VBoxManage list hdds4 `/usr/lib/virtualbox/VBoxManage list hdds` 5 5 It doesn't matter if I run "list hdds" or "list dvds", all output is OK, but at the end a crash happens which is always the same. 6 6 7 7 When running it with gdb, I don't see a crash and sadly can't get a backtrace: 8 ... 8 {{{ 9 9 [Thread 0x7ffff7f4b700 (LWP 19842) exited] 10 10 [Thread 0x7ffff7eca700 (LWP 19863) exited] 11 11 [Thread 0x7ffff7fcc700 (LWP 19841) exited] 12 12 [Inferior 1 (process 19831) exited normally] 13 13 }}} 14 14 Very strange....