[haiku-bugs] Re: [Haiku] #7438: WebPositive crashes in WebCore::ResourceHandle::didReceiveAuthenticationChallenge

  • From: "phoudoin" <trac@xxxxxxxxxxxx>
  • Date: Wed, 13 Apr 2011 11:31:56 -0000

#7438: WebPositive crashes in
WebCore::ResourceHandle::didReceiveAuthenticationChallenge
----------------------------------------+----------------------------
   Reporter:  js                        |      Owner:  leavengood
       Type:  bug                       |     Status:  new
   Priority:  normal                    |  Milestone:  R1
  Component:  Applications/WebPositive  |    Version:  R1/Development
 Resolution:                            |   Keywords:
 Blocked By:                            |   Blocking:
Has a Patch:  0                         |   Platform:  All
----------------------------------------+----------------------------

Comment (by phoudoin):

 Could you give us the whole debug output and not just the stack crawl?

 I suspect a segfault issue here, due to a possible race:
 {{{
 #!cpp
 void ResourceHandle::didReceiveAuthenticationChallenge():
 {
   if (client())
      client()->didReceiveAuthenticationChallenge(this, challenge);
 }
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/7438#comment:3>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: