[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-10-08 Thread codesite-noreply
Updates: Cc: hu...@chromium.org sh...@chromium.org c...@chromium.org Comment #27 on issue 18488 by hu...@chromium.org: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 Issue 11492 has been merged into this issue. -- You received this me

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-09-18 Thread codesite-noreply
Comment #20 on issue 18488 by timu: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 the last comment is for scarybeasts :-) -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-09-18 Thread codesite-noreply
Comment #19 on issue 18488 by timu: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 Consider two threads running the same code (counter is a shared variable, initially set to 0): void ThreadProc() { for (int i = 0; i < 10; i++)

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-09-18 Thread codesite-noreply
Comment #18 on issue 18488 by brettw: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 I thought about whether there would be a lot of legitimate uses, and decided it's unlikely. In your example, we don't use locks much. It would be interestin

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-09-18 Thread codesite-noreply
Comment #17 on issue 18488 by timu: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 > Pawel is looking at asserting that RefCounted is being used from the same > thread. Please, NO. I'm sure there are dozens of classes using RefCounted in

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-09-17 Thread codesite-noreply
Comment #11 on issue 18488 by bugdro...@chromium.org: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 The following revision refers to this bug: http://src.chromium.org/viewvc/chrome?view=rev&revision=26473 ---

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-09-17 Thread codesite-noreply
Comment #8 on issue 18488 by bre...@chromium.org: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 What is the status of this bug? It's been open for a month and a half. Is it being worked on? -- You received this message because you are list

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-09-17 Thread codesite-noreply
Comment #7 on issue 18488 by timu: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 This may be related to http://code.google.com/p/chromium/issues/detail?id=15577 -- You received this message because you are listed in the owner or CC fie

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-08-21 Thread codesite-noreply
Comment #6 on issue 18488 by bre...@chromium.org: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 I don't see any patches in my queue or email for this. If you sent it out, please check my address and re-send the email. Thanks! -- You receiv

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-08-21 Thread codesite-noreply
Updates: Status: Started Owner: d...@chromium.org Cc: bre...@chromium.org Labels: -Area-Misc Area-BrowserBackend Comment #5 on issue 18488 by m...@chromium.org: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 Mar

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-08-14 Thread codesite-noreply
Comment #4 on issue 18488 by timu: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 Same as LoadLog in net/base/load_log.h -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred t

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-08-13 Thread codesite-noreply
Comment #3 on issue 18488 by timu: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 Same as UserScriptMaster in chrome/browser/extensions/user_script_master.h -- You received this message because you are listed in the owner or CC fields of

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-08-06 Thread codesite-noreply
Comment #2 on issue 18488 by timu: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 It seems like HostResolver in net/base/host_resolver.h has a similar data race -- You received this message because you are listed in the owner or CC fiel

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-08-05 Thread codesite-noreply
Comment #1 on issue 18488 by daniel.r.kegel: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 A cl with your suggested fix is up at http://codereview.chromium.org/160642 Do you know which ui tests in particular tickle this? (It's nice to includ

[chromium-bugs] Issue 18488 in chromium: Possible data race on HistoryAddPageArgs

2009-08-05 Thread codesite-noreply
Status: Unconfirmed Owner: Labels: OS-Linux Area-Misc Size-Medium Type-Bug New issue 18488 by timu: Possible data race on HistoryAddPageArgs http://code.google.com/p/chromium/issues/detail?id=18488 Chrome Version : r22179 OS + version : Linux, possibly Mac as well Hi, I've been ru