edbrowse-dev - development list for edbrowse
 help / color / mirror / Atom feed
* [Edbrowse-dev] SegFaults at www.pandora.com
@ 2013-05-22 10:42 Chuck Hallenbeck
  2013-05-31 11:35 ` Adam Thompson
  0 siblings, 1 reply; 11+ messages in thread
From: Chuck Hallenbeck @ 2013-05-22 10:42 UTC (permalink / raw)
  To: Edbrowse Development

Hi,

I  can access http://www.pandora.com/login.vm without crashing, but
selecting the "register" link on that page, or the top-level address
http://www.pandora.com  both cause an edbrowse segfault. Is this a problem
with a fix? The site uses javascript heavilybut turning js off in edbrowse
only seems to make potential js interactions transparent.

Any ideas appreciated.

Chuck


-- 

Chuck in Hudson. (Hudson on the Hudson)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-22 10:42 [Edbrowse-dev] SegFaults at www.pandora.com Chuck Hallenbeck
@ 2013-05-31 11:35 ` Adam Thompson
  2013-05-31 13:23   ` Chuck Hallenbeck
  0 siblings, 1 reply; 11+ messages in thread
From: Adam Thompson @ 2013-05-31 11:35 UTC (permalink / raw)
  To: Chuck Hallenbeck; +Cc: Edbrowse Development

Hi Chuck,

On Wed, May 22, 2013 at 06:42:33AM -0400, Chuck Hallenbeck wrote:
> I  can access http://www.pandora.com/login.vm without crashing, but
> selecting the "register" link on that page, or the top-level address
> http://www.pandora.com  both cause an edbrowse segfault. Is this a problem
> with a fix? The site uses javascript heavilybut turning js off in edbrowse
> only seems to make potential js interactions transparent.

Did you ever get any (off-list) responses to this?
I've been trying to replicate the bug,
unfortunately as a UK resident I'm unable to get the same web page.
If the segfault is present with javascript disabled then my next best guess
would be the html parser. What output do you get with debug 7?
Also, what version of edbrowse are you running?

Cheers,
Adam.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-31 11:35 ` Adam Thompson
@ 2013-05-31 13:23   ` Chuck Hallenbeck
  2013-05-31 13:58     ` Adam Thompson
  2013-05-31 18:30     ` Chris Brannon
  0 siblings, 2 replies; 11+ messages in thread
From: Chuck Hallenbeck @ 2013-05-31 13:23 UTC (permalink / raw)
  To: Adam Thompson; +Cc: Edbrowse Development

Hi Adam,

No, I have had no off-list responses to the pandora.com issue. The version
of my edbrowse is 3.4.5, and the crashes are readily reproducible, if you
can get to the site. It seems to be a popular internet radio site for users
of the other OS.

I have uploaded a log of three executions of edbrowse to:

www.hallenbeck.ftml.net/typescript

The first shows the edbrowse version. The second shows the crash with db1,
and suggests a "double free" is probably the cause.

The third execution repeats the second with db7, and is very long. If you
can spot any more information in it that might help, I'd appreciate knowing
about it.

Thanks,

Chuck


-- 

Chuck in Hudson. (Hudson on the Hudson)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-31 13:23   ` Chuck Hallenbeck
@ 2013-05-31 13:58     ` Adam Thompson
  2013-05-31 14:12       ` Chuck Hallenbeck
                         ` (3 more replies)
  2013-05-31 18:30     ` Chris Brannon
  1 sibling, 4 replies; 11+ messages in thread
From: Adam Thompson @ 2013-05-31 13:58 UTC (permalink / raw)
  To: Chuck Hallenbeck; +Cc: Edbrowse Development

Hi Chuck,

On Fri, May 31, 2013 at 09:23:39AM -0400, Chuck Hallenbeck wrote:
> I have uploaded a log of three executions of edbrowse to:
> 
> www.hallenbeck.ftml.net/typescript
> 
> The first shows the edbrowse version. The second shows the crash with db1,
> and suggests a "double free" is probably the cause.
> 
> The third execution repeats the second with db7, and is very long. If you
> can spot any more information in it that might help, I'd appreciate knowing
> about it.

Thanks. Looking through the last one (with db7)
it looks like the javascript is causing the segfault.
Could you upload a log of the crash with db7 but without javascript?

Cheers,
Adam.
PS: just checked the site again but apparently it's not licensed to broadcast in the UK.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-31 13:58     ` Adam Thompson
@ 2013-05-31 14:12       ` Chuck Hallenbeck
  2013-06-01 13:05         ` Adam Thompson
  2013-05-31 15:12       ` Chuck Hallenbeck
                         ` (2 subsequent siblings)
  3 siblings, 1 reply; 11+ messages in thread
From: Chuck Hallenbeck @ 2013-05-31 14:12 UTC (permalink / raw)
  To: Adam Thompson; +Cc: Edbrowse Development

Adam,

Without js it does not crash, but the test with db7 is uploaded to:

http://www.hallenbeck.ftml.net/db7nojs.log


Chuck

PS: Interesting about the license restriction. At least that's one mystery
solved.

-- 

Chuck in Hudson. (Hudson on the Hudson)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-31 13:58     ` Adam Thompson
  2013-05-31 14:12       ` Chuck Hallenbeck
@ 2013-05-31 15:12       ` Chuck Hallenbeck
  2013-05-31 15:20       ` Chuck Hallenbeck
  2013-05-31 15:26       ` Chuck Hallenbeck
  3 siblings, 0 replies; 11+ messages in thread
From: Chuck Hallenbeck @ 2013-05-31 15:12 UTC (permalink / raw)
  To: Adam Thompson; +Cc: Edbrowse Development

Woops! I forgot to update the web site. The file is there now:

http://www.hallenbeck.ftml.net

Sorry about that.


-- 

Chuck in Hudson. (Hudson on the Hudson)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-31 13:58     ` Adam Thompson
  2013-05-31 14:12       ` Chuck Hallenbeck
  2013-05-31 15:12       ` Chuck Hallenbeck
@ 2013-05-31 15:20       ` Chuck Hallenbeck
  2013-05-31 15:26       ` Chuck Hallenbeck
  3 siblings, 0 replies; 11+ messages in thread
From: Chuck Hallenbeck @ 2013-05-31 15:20 UTC (permalink / raw)
  To: Adam Thompson; +Cc: Edbrowse Development

The direct link is:

http://www.hallenbeck.ftml.net/db7nojs.log



-- 

Chuck in Hudson. (Hudson on the Hudson)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-31 13:58     ` Adam Thompson
                         ` (2 preceding siblings ...)
  2013-05-31 15:20       ` Chuck Hallenbeck
@ 2013-05-31 15:26       ` Chuck Hallenbeck
  3 siblings, 0 replies; 11+ messages in thread
From: Chuck Hallenbeck @ 2013-05-31 15:26 UTC (permalink / raw)
  To: Adam Thompson; +Cc: Edbrowse Development

I'm having a bad day here, sorry. There's a hyphen in the file nme:

http://www.hallenbeck.ftml.net/db7no-js.log



-- 

Chuck in Hudson. (Hudson on the Hudson)

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-31 13:23   ` Chuck Hallenbeck
  2013-05-31 13:58     ` Adam Thompson
@ 2013-05-31 18:30     ` Chris Brannon
  1 sibling, 0 replies; 11+ messages in thread
From: Chris Brannon @ 2013-05-31 18:30 UTC (permalink / raw)
  To: edbrowse-dev

Chuck Hallenbeck <chuckh@ftml.net> writes:

> Hi Adam,
>
> No, I have had no off-list responses to the pandora.com issue. The version
> of my edbrowse is 3.4.5, and the crashes are readily reproducible, if you
> can get to the site. It seems to be a popular internet radio site for users
> of the other OS.

I reproduced this the other day.  I started trying to debug it, but I
got side-tracked with other things.  Yes, the bug is definitely
JS-related.  When I visit the site, I see a message saying that edbrowse
segfaulted because of a double free or memory corruption.
I'm still looking for the cause...

-- Chris

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-05-31 14:12       ` Chuck Hallenbeck
@ 2013-06-01 13:05         ` Adam Thompson
  2013-06-01 13:57           ` Chuck Hallenbeck
  0 siblings, 1 reply; 11+ messages in thread
From: Adam Thompson @ 2013-06-01 13:05 UTC (permalink / raw)
  To: Chuck Hallenbeck; +Cc: Edbrowse Development

On Fri, May 31, 2013 at 10:12:03AM -0400, Chuck Hallenbeck wrote:
> Adam,
> 
> Without js it does not crash, but the test with db7 is uploaded to:
> 
> http://www.hallenbeck.ftml.net/db7nojs.log

Ok, that's what I expected. From glancing through the javascript (from the db7
log with the segfault) I'm wondering if the site's using dynamic options and
it's related to the corresponding bugs mentioned in the documentation (i.e.
the fact that edbrowse doesn't do dynamicly changing pages very well).
I've seen this on more than a few sites (I can't remember them all off the top
of my head), but it seems to be becoming more common as the web evolves.
I'm slowly looking into this (plus a couple of other strange js behaviors such
as the fact that edbrowse occasionally seems to go into an infinite loop when other
browsers are fine).

I'd certainly be interested to know if there's anything I can do as part of a more coordinated effort to help fix this.

Cheers,
Adam.

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [Edbrowse-dev] SegFaults at www.pandora.com
  2013-06-01 13:05         ` Adam Thompson
@ 2013-06-01 13:57           ` Chuck Hallenbeck
  0 siblings, 0 replies; 11+ messages in thread
From: Chuck Hallenbeck @ 2013-06-01 13:57 UTC (permalink / raw)
  To: Adam Thompson; +Cc: Edbrowse Development

Hi Adam,

I appreciate your interest in this, and as you may have seen, Chris Brannon
is also looking into it. Hopefully a solution to accessing this particular
site will also be a solution to a larger class of similar ones.

Anything I can do to help, perhaps testing or confirming some observation,
I will gladly do. My technical skills are not up to serious debugging such
things however.

Chuck

On Sat, 1 Jun 2013, Adam Thompson wrote:

> On Fri, May 31, 2013 at 10:12:03AM -0400, Chuck Hallenbeck wrote:
> > Adam,
> >
> > Without js it does not crash, but the test with db7 is uploaded to:
> >
> > http://www.hallenbeck.ftml.net/db7nojs.log
>
> Ok, that's what I expected. From glancing through the javascript (from the db7
> log with the segfault) I'm wondering if the site's using dynamic options and
> it's related to the corresponding bugs mentioned in the documentation (i.e.
> the fact that edbrowse doesn't do dynamicly changing pages very well).
> I've seen this on more than a few sites (I can't remember them all off the top
> of my head), but it seems to be becoming more common as the web evolves.
> I'm slowly looking into this (plus a couple of other strange js behaviors such
> as the fact that edbrowse occasionally seems to go into an infinite loop when other
> browsers are fine).
>
> I'd certainly be interested to know if there's anything I can do as part of a more coordinated effort to help fix this.
>
> Cheers,
> Adam.
>

-- 

Chuck in Hudson. (Hudson on the Hudson)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-06-01 13:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-22 10:42 [Edbrowse-dev] SegFaults at www.pandora.com Chuck Hallenbeck
2013-05-31 11:35 ` Adam Thompson
2013-05-31 13:23   ` Chuck Hallenbeck
2013-05-31 13:58     ` Adam Thompson
2013-05-31 14:12       ` Chuck Hallenbeck
2013-06-01 13:05         ` Adam Thompson
2013-06-01 13:57           ` Chuck Hallenbeck
2013-05-31 15:12       ` Chuck Hallenbeck
2013-05-31 15:20       ` Chuck Hallenbeck
2013-05-31 15:26       ` Chuck Hallenbeck
2013-05-31 18:30     ` Chris Brannon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).