[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2010-01-19 Thread chromium
Updates: Status: Verified Comment #18 on issue 30721 by rohi...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 4.0.302.0 (Official Build 36504) -- You received this message because you are listed in the owner or CC

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2010-01-08 Thread chromium
Comment #15 on issue 30721 by aka...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 It looks like following the repro steps here makes gaiaauth fail regardless of platform. Filing a separate bug for this. -- You receive

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2009-12-22 Thread chromium
Comment #9 on issue 30721 by aka...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 In the course of trying to implement the above solution, I've found that the behavior of sync in Windows and OS X diverges with the above rep

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2009-12-18 Thread chromium
Comment #8 on issue 30721 by aka...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 Actually a better solution would be to add the following to SocketFactory: virtual SSLAdapter* CreateSSLAdapter(AsyncSocket* socket) = 0; --

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2009-12-18 Thread chromium
Comment #7 on issue 30721 by aka...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 One solution is to make an SslAdapterFactory class and dep-inject it into SslSocketFactory. Then, we can provide our own implementation that r

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2009-12-18 Thread chromium
Comment #6 on issue 30721 by aka...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 $ git grep 'SSLAdapter::Create' says that talk/base/asynchttprequest.cc is the only caller: chrome/browser/sync/notifier/communicator/xmpp_so

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2009-12-18 Thread chromium
Updates: Cc: z...@chromium.org Comment #5 on issue 30721 by n...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 (No comment was entered for this change.) -- You received this message because you are listed in the owne

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2009-12-18 Thread chromium
Comment #4 on issue 30721 by aka...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 The errant code is: SSLAdapter* SSLAdapter::Create(AsyncSocket* socket) { #if SSL_USE_OPENSSL || SSL_USE_SCHANNEL return new DefaultSSLAdap

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2009-12-17 Thread chromium
Updates: Status: Available Cc: aka...@chromium.org Labels: -Pri-2 -Area-BrowserUI -Area-Sync Pri-1 Mstone-5 Area-Misc Comment #2 on issue 30721 by id...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 (N

[chromium-bugs] Re: Issue 30721 in chromium: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53)

2009-12-17 Thread chromium
Updates: Owner: --- Cc: ism...@chromium.org Labels: Crash Crash-Reproducible Comment #1 on issue 30721 by kr...@chromium.org: Crash: cssyyparse(void*) + 0x3 (RefPtr.h:53) http://code.google.com/p/chromium/issues/detail?id=30721 (No comment was entered for this change.)