Re: xombrero in free() - crashes all the time

2013-05-01 Thread Dmitrij Czarkoff
On Tue, Apr 30, 2013 at 12:34 AM, Erling Westenvik
erling.westen...@gmail.com wrote:
 xombrero in free(): error: chunk is already free 0x89e2ed70
 Abort trap (core dumped)

I have similar errors with surf and dwb, so quite likely the problem
is in webkit...

--
Dmitrij D. Czarkoff



Re: xombrero in free() - crashes all the time

2013-05-01 Thread Okan Demirmen
On Tue, Apr 30, 2013 at 10:48 AM, Erling Westenvik
erling.westen...@gmail.com wrote:
 On Tue, Apr 30, 2013 at 09:55:01AM -0300, Gonzalo L. R. wrote:
 What version do you have? Conf file?

 xombrero-1.4.0p1v1
 OpenBSD 5.3-current (GENERIC.MP) #146: Thu Apr 25 17:04:06 MDT 2013

 $ cat .xombrero.conf
 browser_mode = whitelist
 session_autosave = 1
 home = http://www.google.com
 external_editor = gvim -f file
 download_dir= ~/Downloads
 gui_mode= classic
 fancy_bar   = 1
 show_url= 1
 show_tabs   = 1
 show_statusbar  = 1
 statusbar_font  = terminus 8
 search_string   = http://www.google.com/search?q=
 mime_type   = @application/pdf,/usr/local/bin/zathura
 cookie_wl = .facebook.com
 cookie_wl = .google.com
 cookie_wl = .youtube.com
 js_wl = .facebook.com
 js_wl = .google.com
 js_wl = .youtube.com
 ctrl_click_focus = 1  # Give focus in newly created tab instead
 keybinding=!tabprevious,C-Left
 keybinding=!tabnext,C-Right
 keybinding=tabnew http://www.google.com,C-t
 keybinding=tabprevious,C-h
 keybinding=tabnext,C-l


 Note: some cookie_wl and js_wl lines removed.


 I've opened a bug on:
 https://opensource.conformal.com/flyspray/index.php?do=detailstask_id=439

 Note: on another machine running a fresh install of the 24th of
 April-snapshot, xombrero crashes as well but with a more detailed error
 message:

 pthread_cond_destroy on condvar with waiters!
 xombrero in free(): error: bogus pointer (double free?) 0xe4aa8212
 Abort trap (core dumped)

If you have any malloc options, I would add that to your report...

 On Tue, Apr 30, 2013 at 12:34:57AM +0200, Erling Westenvik wrote:
 ; When attempting to start xombrero, it outputs multiple lines of
 ;
 ; (xombrero:1419): Gtk-WARNING **: gtk_widget_size_allocate():
 ; attempt to allocate widget with width 32 and height -1
 ;
 ; before finally
 ;
 ; xombrero in free(): error: chunk is already free 0x89e2ed70
 ; Abort trap (core dumped)
 ;
 ; The line numbers in the first error stays the same. When attempting to
 ; start xombrero again, the process repeats itself except for the line
 ; numbers and the hex address being different.
 ;
 ; After a number of attempts xombrero finally starts up and I can use it
 ; for a few minutes before it crashes again. Then I have to repeat
 ; the above for another number of times.
 ;
 ; I'm following current and update frequently but xombrero has just gotten
 ; worse and worse over the last two or three months. Anyone experiencing
 ; similar behaviour?




Re: xombrero in free() - crashes all the time

2013-04-30 Thread Gonzalo L. R.
What version do you have? Conf file?

On Tue, Apr 30, 2013 at 12:34:57AM +0200, Erling Westenvik wrote:
; When attempting to start xombrero, it outputs multiple lines of
; 
;   (xombrero:1419): Gtk-WARNING **: gtk_widget_size_allocate():
;   attempt to allocate widget with width 32 and height -1
; 
; before finally
; 
;   xombrero in free(): error: chunk is already free 0x89e2ed70
;   Abort trap (core dumped)
; 
; The line numbers in the first error stays the same. When attempting to
; start xombrero again, the process repeats itself except for the line
; numbers and the hex address being different.
; 
; After a number of attempts xombrero finally starts up and I can use it
; for a few minutes before it crashes again. Then I have to repeat
; the above for another number of times.
; 
; I'm following current and update frequently but xombrero has just gotten
; worse and worse over the last two or three months. Anyone experiencing
; similar behaviour?
; 
; Regards
; Erling
; 

-- 
Sending from my iFart...



Re: xombrero in free() - crashes all the time

2013-04-30 Thread Erling Westenvik
On Tue, Apr 30, 2013 at 09:55:01AM -0300, Gonzalo L. R. wrote:
 What version do you have? Conf file?

xombrero-1.4.0p1v1
OpenBSD 5.3-current (GENERIC.MP) #146: Thu Apr 25 17:04:06 MDT 2013

$ cat .xombrero.conf
browser_mode = whitelist
session_autosave = 1
home = http://www.google.com
external_editor = gvim -f file
download_dir= ~/Downloads
gui_mode= classic
fancy_bar   = 1
show_url= 1
show_tabs   = 1
show_statusbar  = 1
statusbar_font  = terminus 8
search_string   = http://www.google.com/search?q=
mime_type   = @application/pdf,/usr/local/bin/zathura
cookie_wl = .facebook.com
cookie_wl = .google.com
cookie_wl = .youtube.com
js_wl = .facebook.com
js_wl = .google.com
js_wl = .youtube.com
ctrl_click_focus = 1  # Give focus in newly created tab instead
keybinding=!tabprevious,C-Left
keybinding=!tabnext,C-Right
keybinding=tabnew http://www.google.com,C-t
keybinding=tabprevious,C-h
keybinding=tabnext,C-l


Note: some cookie_wl and js_wl lines removed.


I've opened a bug on:
https://opensource.conformal.com/flyspray/index.php?do=detailstask_id=439

Note: on another machine running a fresh install of the 24th of
April-snapshot, xombrero crashes as well but with a more detailed error
message:

pthread_cond_destroy on condvar with waiters!
xombrero in free(): error: bogus pointer (double free?) 0xe4aa8212
Abort trap (core dumped)


 On Tue, Apr 30, 2013 at 12:34:57AM +0200, Erling Westenvik wrote:
 ; When attempting to start xombrero, it outputs multiple lines of
 ; 
 ; (xombrero:1419): Gtk-WARNING **: gtk_widget_size_allocate():
 ; attempt to allocate widget with width 32 and height -1
 ; 
 ; before finally
 ; 
 ; xombrero in free(): error: chunk is already free 0x89e2ed70
 ; Abort trap (core dumped)
 ; 
 ; The line numbers in the first error stays the same. When attempting to
 ; start xombrero again, the process repeats itself except for the line
 ; numbers and the hex address being different.
 ; 
 ; After a number of attempts xombrero finally starts up and I can use it
 ; for a few minutes before it crashes again. Then I have to repeat
 ; the above for another number of times.
 ; 
 ; I'm following current and update frequently but xombrero has just gotten
 ; worse and worse over the last two or three months. Anyone experiencing
 ; similar behaviour?



xombrero in free() - crashes all the time

2013-04-29 Thread Erling Westenvik
When attempting to start xombrero, it outputs multiple lines of

(xombrero:1419): Gtk-WARNING **: gtk_widget_size_allocate():
attempt to allocate widget with width 32 and height -1

before finally

xombrero in free(): error: chunk is already free 0x89e2ed70
Abort trap (core dumped)

The line numbers in the first error stays the same. When attempting to
start xombrero again, the process repeats itself except for the line
numbers and the hex address being different.

After a number of attempts xombrero finally starts up and I can use it
for a few minutes before it crashes again. Then I have to repeat
the above for another number of times.

I'm following current and update frequently but xombrero has just gotten
worse and worse over the last two or three months. Anyone experiencing
similar behaviour?

Regards
Erling