You are viewing a plain text version of this content. The canonical link for it is here.
Posted to httpclient-users@hc.apache.org by Steven Bishop <sb...@cs.ship.edu> on 2012/07/06 16:15:20 UTC

Frequent JVM EXCEPTION_ACCESS_VIOLATION error related to httpClient&cookies

Hello, I am in need of assistance on a "Fatal" JVM error thrown:
# Problematic frame:
# J  org.apache.http.impl.cookie.BestMatchSpec.formatCookies(Ljava/util/List;)Ljava/util/List;

I did some research and found recently crawler4j also has a forum up
on the error thrown, here:
http://code.google.com/p/crawler4j/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=136
I am concerned whether this is a Threading error and/or project build
error. I have a feeling some one will be able to help.
Thanks

-- 
Steven Bishop
Bishop_steve3@yahoo.com
sb1547@ship.edu
(703)-508-6873

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org


Re: Frequent JVM EXCEPTION_ACCESS_VIOLATION error related to httpClient&cookies

Posted by sebb <se...@gmail.com>.
On 6 July 2012 15:15, Steven Bishop <sb...@cs.ship.edu> wrote:
> Hello, I am in need of assistance on a "Fatal" JVM error thrown:
> # Problematic frame:
> # J  org.apache.http.impl.cookie.BestMatchSpec.formatCookies(Ljava/util/List;)Ljava/util/List;
>
> I did some research and found recently crawler4j also has a forum up
> on the error thrown, here:
> http://code.google.com/p/crawler4j/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&groupby=&sort=&id=136
> I am concerned whether this is a Threading error and/or project build
> error. I have a feeling some one will be able to help.

HttpClient is pure Java code.

It cannot be responsible for an access violation crash in the JVM.

An access violation crash can only occur if there is a bug either in
the JVM itself, or some other native code that is included in your
application.

> Thanks
>
> --
> Steven Bishop
> Bishop_steve3@yahoo.com
> sb1547@ship.edu
> (703)-508-6873
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
> For additional commands, e-mail: httpclient-users-help@hc.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org