Re: [dev] Found a bug in surf

2015-01-27 Thread Vampyrah Broadcasting
I meant uzbl. Uzbl crashed, just like surf did. So I think the problem lies in my dependencies, not in surf. I told it because Markus Teich wanted me to test it. I accidentally send the message two times, sorry for that 2015-01-26 18:37 GMT+01:00 Christoph Lohmann <2...@r-36.net>: > Greetings. > >

Re: [dev] Found a bug in surf

2015-01-26 Thread Christoph Lohmann
Greetings. On Mon, 26 Jan 2015 18:37:44 +0100 Vampyrah Broadcasting wrote: > It crashed again. 919 segmentation fault. You are not really helping. Don’t spam this mailinglist. Compile your webkit using debug symbols, scan the backtrace and decide on your own, if it’s surf or webkit. The

Re: [dev] Found a bug in surf

2015-01-26 Thread Vampyrah Broadcasting
It crashed again. 919 segmentation fault. 2015-01-25 15:02 GMT+01:00 Brandon Mulcahy : > On Sun, Jan 25, 2015 at 12:41:37PM +0100, Vampyrah Broadcasting wrote: >> With what command can I open the web console in uzbl? > > The Uzbl documentation is the place to find the answer that question, > not t

Re: [dev] Found a bug in surf

2015-01-25 Thread Brandon Mulcahy
On Sun, Jan 25, 2015 at 12:41:37PM +0100, Vampyrah Broadcasting wrote: > With what command can I open the web console in uzbl? The Uzbl documentation is the place to find the answer that question, not the suckless-dev mailing list. Anyway, it's :show_inspector.

Re: [dev] Found a bug in surf

2015-01-25 Thread Vampyrah Broadcasting
With what command can I open the web console in uzbl? 2015-01-25 12:29 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> Hi, >> sorry for my late response. >> I have 1.0.so.0.16.16 > > Heyho, > > You can test, if another browser using webkit/jscore (e.g. uzbl) also crashes, > and if so, i

Re: [dev] Found a bug in surf

2015-01-25 Thread Markus Teich
Vampyrah Broadcasting wrote: > Hi, > sorry for my late response. > I have 1.0.so.0.16.16 Heyho, You can test, if another browser using webkit/jscore (e.g. uzbl) also crashes, and if so, it's probably not related to surf and should be reported to the maintainers of webkit. Otherwise you probably n

Re: [dev] Found a bug in surf

2015-01-25 Thread Vampyrah Broadcasting
Hi, sorry for my late response. I have 1.0.so.0.16.16 2015-01-22 14:37 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> And here is the log generated with bt full > > Heyho, > > To me it seems to be a problem within > /usr/local/lib/libjavascriptcoregtk-1.0.so.0. Can you check which vers

Re: [dev] Found a bug in surf

2015-01-22 Thread Markus Teich
Vampyrah Broadcasting wrote: > And here is the log generated with bt full Heyho, To me it seems to be a problem within /usr/local/lib/libjavascriptcoregtk-1.0.so.0. Can you check which version this is? (Just follow the symlink or check your packet manager). I am using v0.16.15 and opening the we

Re: [dev] Found a bug in surf

2015-01-21 Thread stanio
* Vampyrah Broadcasting 2015-01-21 20:35 > I tried xclip -o -selection primary and that worked I'm not an expert, but there are these primary and secondary selection, the clipboard and a bunch of other buffers. They differ in how the content is requested and exchanged and who owns the content afai

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
I tried xclip -o -selection primary and that worked 2015-01-21 20:11 GMT+01:00 : > * Vampyrah Broadcasting 2015-01-21 19:50 >> Ctrl-y does nothing. > > how do you test? you try to paste, I guess. could be an issue of copy > and paste addressing different selections. > > after yanking (i.e. ctrl-y

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
I try to paste it in LibreOffice 2015-01-21 20:11 GMT+01:00 : > * Vampyrah Broadcasting 2015-01-21 19:50 >> Ctrl-y does nothing. > > how do you test? you try to paste, I guess. could be an issue of copy > and paste addressing different selections. > > after yanking (i.e. ctrl-y) you might try > >

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
And here is the log generated with bt full 2015-01-21 19:55 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> Do you mean "surf -g"? > > Nope, I mean to edit the config.mk, change the two lines to be this: > > CFLAGS = -std=c99 -pedantic -Wall -g -O0 ${INCS} ${CPPFLAGS} > LDFLAGS = -g ${L

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
My full log is in the attatchment. After that, surf appears to be doing nothing. When I switch to xterm and then back to surf, it is a grey page. 2015-01-21 19:55 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> Do you mean "surf -g"? > > Nope, I mean to edit the config.mk, change the tw

Re: [dev] Found a bug in surf

2015-01-21 Thread stanio
* Vampyrah Broadcasting 2015-01-21 19:50 > Ctrl-y does nothing. how do you test? you try to paste, I guess. could be an issue of copy and paste addressing different selections. after yanking (i.e. ctrl-y) you might try xclip -o -selection primary xclip -o -selection secondary

Re: [dev] Found a bug in surf

2015-01-21 Thread Markus Teich
Vampyrah Broadcasting wrote: > Do you mean "surf -g"? Nope, I mean to edit the config.mk, change the two lines to be this: CFLAGS = -std=c99 -pedantic -Wall -g -O0 ${INCS} ${CPPFLAGS} LDFLAGS = -g ${LIBS} Then recompile by calling `make` and run surf in gdb `gdb ./surf`. This will give you a com

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
Ctrl-y does nothing. It doesn't copy the URL of the current website nor does it copy the URL of the link with the mouse hovered over it 2015-01-21 19:39 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> The reason why I opened the web console is because I wanted to copy >> the current URL

Re: [dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
Do you mean "surf -g"? Sorry, I'm not a programmer, so I cannot read sourcecode. But I use surf because it's fast 2015-01-21 19:39 GMT+01:00 Markus Teich : > Vampyrah Broadcasting wrote: >> The reason why I opened the web console is because I wanted to copy >> the current URL. Is there any way to

Re: [dev] Found a bug in surf

2015-01-21 Thread stanio
* Vampyrah Broadcasting 2015-01-21 19:34 > I wanted to copy > the current URL. Is there any way to do this? Hi, Ctrl+y (mnemonic yank) The manpage describes the default keybindings. cheers --s

Re: [dev] Found a bug in surf

2015-01-21 Thread Markus Teich
Vampyrah Broadcasting wrote: > The reason why I opened the web console is because I wanted to copy > the current URL. Is there any way to do this? Ctrl-y copies the url currently hovered over by the mouse or if the mouse does not hover over any link it copies the url of the current page. Could yo

Re: [dev] Found a bug in surf

2015-01-21 Thread Wander Nauta
Hi, Copying the current URL should be possible by pressing Ctrl-y, Ctrl-Shift-o should open the Web Inspector. I haven't been able to reproduce a crash on nl.wikipedia.org. Cheers, Wander On 01/21/2015 07:33 PM, Vampyrah Broadcasting wrote: > Hello everybody, > > I've found a bug in surf on Fr

[dev] Found a bug in surf

2015-01-21 Thread Vampyrah Broadcasting
Hello everybody, I've found a bug in surf on FreeBSD. When I opened the web console at the Dutch Wikipedia, the browser crashed and killed itself. The reason why I opened the web console is because I wanted to copy the current URL. Is there any way to do this? Dennis