Opened 17 years ago
Closed 17 years ago
#1426 closed defect (fixed)
Don't start up virtualbox-ose on Ubuntu 7.10 / 8.04
Reported by: | Makoto Kato | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.5.6 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description (last modified by )
Although I use LANG=ja_JP.UTF-8, when launching virtualbox and virtualbox-ose on my Ubuntu 8.04, virtualbox cannot start up well.
When I use gdb, I found the following stack trace. (this is ose version)
(gdb) bt[[BR]] #0 0x00007fa0f157bda2 in select () from /lib/libc.so.6[[BR]] #1 0x00007fa0eeaa12b6 in ?? () from /usr/lib/libxcb.so.1[[BR]] #2 0x00007fa0eeaa2b02 in xcb_wait_for_event () from /usr/lib/libxcb.so.1[[BR]] #3 0x00007fa0f27c4a37 in ?? () from /usr/lib/libX11.so.6[[BR]] #4 0x00007fa0f27c4d75 in ?? () from /usr/lib/libX11.so.6[[BR]] #5 0x00007fa0f27a5343 in XIfEvent () from /usr/lib/libX11.so.6[[BR]] #6 0x00007fa0f27eca8e in ?? () from /usr/lib/libX11.so.6[[BR]] #7 0x00007fa0f27ec001 in ?? () from /usr/lib/libX11.so.6[[BR]] #8 0x00007fa0f27ec433 in _XimRead () from /usr/lib/libX11.so.6[[BR]] #9 0x00007fa0f27db0d0 in _XimProtoCreateIC () from /usr/lib/libX11.so.6[[BR]] #10 0x00007fa0f27ca09d in XCreateIC () from /usr/lib/libX11.so.6[[BR]] #11 0x00007fa0eb59671d in QXIMInputContext::setHolderWidget () from /usr/lib/qt3/plugins/inputmethods/libqxim.so[[BR]] #12 0x00007fa0f3a46430 in QInputContextFactory::create () from /usr/lib/libqt-mt.so.3[[BR]] #13 0x00007fa0ebbd19d3 in QMultiInputContext::changeInputMethod () from /usr/lib/qt3/plugins/inputmethods/libqimsw-multi.so[[BR]] #14 0x00007fa0ebbd1b68 in QMultiInputContext::slave () from /usr/lib/qt3/plugins/inputmethods/libqimsw-multi.so[[BR]] #15 0x00007fa0ebbd1d73 in QMultiInputContext::setHolderWidget () from /usr/lib/qt3/plugins/inputmethods/libqimsw-multi.so[[BR]] #16 0x00007fa0f3a46430 in QInputContextFactory::create () from /usr/lib/libqt-mt.so.3[[BR]] #17 0x00007fa0f37a4540 in QWidget::createInputContext () from /usr/lib/libqt-mt.so.3[[BR]] #18 0x00007fa0f37a4833 in QWidget::resetInputContext () from /usr/lib/libqt-mt.so.3[[BR]] #19 0x00007fa0f39c6814 in QTextEdit::setText () from /usr/lib/libqt-mt.so.3[[BR]] #20 0x00007fa0f39b9c46 in QTextBrowser::setText () from /usr/lib/libqt-mt.so.3[[BR]] #21 0x00000000005197ba in VBoxSelectorWnd::vmListBoxCurrentChanged ()[[BR]] #22 0x0000000000519b1f in VBoxSelectorWnd::languageChange ()[[BR]] #23 0x00000000005226fa in VBoxSelectorWnd::VBoxSelectorWnd ()[[BR]] #24 0x00000000004e1f28 in VBoxGlobal::selectorWnd ()[[BR]] #25 0x00000000004d63b2 in main ()[[BR]]
Also, I change LANG=C or LANG=ja_JP, I can launch it well.
Change History (5)
comment:1 by , 17 years ago
comment:3 by , 17 years ago
Description: | modified (diff) |
---|
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The same with VBox 1.6.x?