On 6 July 2012 15:15, Steven Bishop <[email protected]> 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 > [email protected] > [email protected] > (703)-508-6873 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
