Comment #1 on issue 23429 by [email protected]: XMLHttpRequest without hostname leads to NULL pointer in chrome!v8::Value::IsString http://code.google.com/p/chromium/issues/detail?id=23429
Repro: http://skypher.com/SkyLined/Repro/Chrome/Issue%2023429%20- %20XMLHttpRequest%20without%20hostname%20leads%20to%20NULL%20pointer%20in%20chrome!v8 ..Value..IsString/repro.html I've also created a test that loops X times, so you can test the magic number: http://skypher.com/SkyLined/Repro/Chrome/Issue%2023429%20- %20XMLHttpRequest%20without%20hostname%20leads%20to%20NULL%20pointer%20in%20chrome!v8 ..Value..IsString/test.html?X This crashes for me: http://skypher.com/SkyLined/Repro/Chrome/Issue%2023429%20- %20XMLHttpRequest%20without%20hostname%20leads%20to%20NULL%20pointer%20in%20chrome!v8 ..Value..IsString/test.html?339 This does not: http://skypher.com/SkyLined/Repro/Chrome/Issue%2023429%20- %20XMLHttpRequest%20without%20hostname%20leads%20to%20NULL%20pointer%20in%20chrome!v8 ..Value..IsString/test.html?338 Also, sometimes the repro does not work and reports the following exception: Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101 I've seen that happen in Safari, it means that it can't resolve the hostname. But at this point, it should have changed the readyState to 4 and called the handler, so I'm not sure why it stops the loop. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
