FS#287 - uzbl-tabbed segfaults immediately
Attached to Project:
Uzbl
Opened by Hendrik Hoeth (hoeth) - 2011-11-27 10:42:25 PM
Last edited by Brendan Taylor (bct) - 2012-02-13 12:58:46 AM
Opened by Hendrik Hoeth (hoeth) - 2011-11-27 10:42:25 PM
Last edited by Brendan Taylor (bct) - 2012-02-13 12:58:46 AM
|
DetailsFrom commit 65ace942fdabfd6116163a21eec7cd7bbd3cbcb1 on uzbl-tabbed (or rather uzbl-core) segfaults immediately after starting:
#0 gtk_widget_get_mapped (widget=0x0) at gtkwidget.c:7461 #1 0x00007feec71911c0 in gtk_window_get_size (height=0x7fffaa185114, width= 0x7fffaa185110, window=0x0) at gtkwindow.c:4212 #2 gtk_window_get_size (window=0x0, width=0x7fffaa185110, height=0x7fffaa185114) at gtkwindow.c:4201 #3 0x000000000040ed6a in get_geometry () at src/variables.c:500 #4 0x000000000040f3a6 in get_var_value_string_c (c=<optimized out>) at src/variables.c:142 #5 0x000000000040f740 in send_set_var_event (name=0x410b41 " title)", c=<optimized out>) at src/variables.c:14 uzbl-browser starts fine. |
This task depends upon
Closed by Brendan Taylor (bct)
2012-02-13 12:58:46 AM
Reason for closing: Fixed
Additional comments about closing: seems to be fixed, thanks for the feedback!
2012-02-13 12:58:46 AM
Reason for closing: Fixed
Additional comments about closing: seems to be fixed, thanks for the feedback!
Comment by Brendan Taylor (bct) -
2011-12-14 12:59:18 AM
I added a guard to get_geometry and pushed it to the master branch, can you tell me if that fixes it?
Comment by Hendrik Hoeth (hoeth) -
2011-12-14 12:17:21 PM
Works fine for me now. Thanks!!!