|
| No member browsing this thread |
|
Thread Status: Active Total posts in this thread: 7 |
|
| Author |
|
|
Stranger Joined: Jan 22, 2009 Post Count: 4 Status: Offline |
Good day! I installed GnomeSword 2.4.1-mozembed on my Ubuntu Intrepid system and it mostly works. It was from: deb http://dominique.corbex.net/gnomesword/ubuntu intrepid main which I added to the end of the /etc/apt/sources.list file If I go to the window tab "Book View" and click anywhere in the window the window vanishes. If started from a terminal it tells me there was a segfault. I also ran it with strace and did not see anything that I recognized. Here is the last few lines: writev(3, [{"\233\7\2\0#\3\300\3\233\7\2\0$\3\300\0036\7\2\0\"\3\300"..., 3712}], 1) = 3712 read(3, 0x9c08ec4, 4096) = -1 EAGAIN (Resource temporarily unavailable) read(3, 0x9c08ec4, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN, revents=POLLIN}, {fd=8, events=POLLIN|POLLPRI}, {fd=12, events=POLLIN|POLLPRI}, {fd=13, events=POLLIN|POLLPRI}, {fd=14, events=POLLIN|POLLPRI}, {fd=50, events=POLLIN}, {fd=10, events=POLLIN|POLLPRI}], 8, -1) = 1 =POLLIN|POLLPRI}, {fd=50, events=POLLIN}, {fd=10, events=POLLIN|POLLPRI}], 8, -1) = 1 read(3, "\5\0010\22%\246\31\3;\1\0\0u\2\300\3\0\0\0\0008\3\204\1"..., 4096) = 32 read(3, 0x9c08ec4, 4096) = -1 EAGAIN (Resource temporarily unavailable) --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ Process 15359 detached Any ideas what's happening here? I'm stumped. Eric |
||
|
|
Regular Joined: Jul 14, 2006 Post Count: 64 Status: Offline |
If you could get a stack trace of the failure, we would appreciate it greatly. Basically, do this: gdb /usr/bin/gnomesword2 (gdb) r [ do whatever it takes to make it crash. when it does, it will stop and gdb will take over again.] (gdb) bt [ this gives a "backtrace" ("bt") of what the program was doing at the time.] [ cut/paste the trace save it for us. ] (gdb) k [ to kill the program. confirm with "y". ] (gdb) q ---------------------------------------- Project Admin, Xiphos |
||
|
|
Stranger Joined: Jan 22, 2009 Post Count: 4 Status: Offline |
Great, thanks! Okay, here you go: (gdb) bt #0 0x080b8390 in ?? () #1 0x0809b3f4 in ?? () #2 0xb6c473d4 in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0 #3 0xb6c39c4b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #4 0xb6c50095 in ?? () from /usr/lib/libgobject-2.0.so.0 #5 0xb6c517ac in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #6 0xb6c51c26 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #7 0xb713beaa in gtk_button_clicked () from /usr/lib/libgtk-x11-2.0.so.0 #8 0xb713cf58 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #9 0xb6c473d4 in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0 #10 0xb6c383c9 in ?? () from /usr/lib/libgobject-2.0.so.0 #11 0xb6c39c4b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #12 0xb6c4f8ee in ?? () from /usr/lib/libgobject-2.0.so.0 #13 0xb6c517ac in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #14 0xb6c51c26 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #15 0xb713bf4a in gtk_button_released () from /usr/lib/libgtk-x11-2.0.so.0 #16 0xb713bf83 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #17 0xb71f0036 in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #18 0xb6c383c9 in ?? () from /usr/lib/libgobject-2.0.so.0 #19 0xb6c39c4b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #20 0xb6c4fd3d in ?? () from /usr/lib/libgobject-2.0.so.0 #21 0xb6c5162b in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #22 0xb6c51c26 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #23 0xb730533e in ?? () from /usr/lib/libgtk-x11-2.0.so.0 #24 0xb71e8b4c in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0 #25 0xb71e9ef7 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0 #26 0xb708050a in ?? () from /usr/lib/libgdk-x11-2.0.so.0 #27 0xb6bab6f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #28 0xb6baeda3 in ?? () from /usr/lib/libglib-2.0.so.0 #29 0xb6baf2c2 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 #30 0xb71ea3a9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 #31 0x08096a9d in ?? () #32 0xb68ec685 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #33 0x08056df1 in ?? () (gdb) Let me know if you need more help. Eric |
||
|
|
Regular Joined: Sep 28, 2007 Post Count: 75 Status: Offline |
Do you have a book open in the window or not? |
||
|
|
Stranger Joined: Jan 22, 2009 Post Count: 4 Status: Offline |
Do you have a book open in the window or not? I have, for example, opened the Apostle's Bible in the list of Biblical Texts: Biblical Texts -> English -> AB -> Exodus In the area that has the tabs [Standard View | Parallel View] there is text in the Standard View tab but not in the Parallel view. In the area that has the tabs [Commentary View | Book View] there is text in the Commentary view tab but there is NO text in the Book View tab. When I switch to the Book View tab there is no text but there are 4 arrows in the top right corner and a drop-down box at the top. If I click anywhere in that tab area or on the arrows or on the arrow that expands the drop down I get the segfault. Also, I notice that the lower right pane (dictionary?) generates the same segfault if I click the arrow up/down or try to expand the dropdown list. Eric |
||
|
|
Stranger Joined: Jan 22, 2009 Post Count: 4 Status: Offline |
Well, I'm not exactly sure why but it all seems to work now. I went in to the preferences and set: General -> tabs and panes - all checked General -> misc - use verse style - show daily devotional at start up - show splash... - enable prayer lists Modules -> Main - set an option for all items except personal notes Modules -> parallel - selected a text for Parallel 1 only Thanks Eric |
||
|
|
Regular Joined: Sep 28, 2007 Post Count: 75 Status: Offline |
This problem, at least as it relates to the navigation without a book visible, has been reported and is fixed in the current svn (soon to be released). I suspect that the other issue was fixed as well. |
||
|
|
|
|
Current timezone is GMT May 25, 2013 8:13:32 PM |