Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1335)

Issue 10702116: Increase worker thread stack size for AddressSanitizer. This is especially required for debug build… (Closed)

Created:
8 years, 5 months ago by inferno
Modified:
8 years, 5 months ago
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org, willchan no longer on Chromium
Visibility:
Public.

Description

Increase worker thread stack size for AddressSanitizer. This is especially required for debug builds, since ASAN uses a lot more stack and otherwise causes it to crash. BUG=136189 TBR=jar@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=145627

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M base/threading/worker_pool_posix.cc View 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
inferno
8 years, 5 months ago (2012-07-06 20:03:31 UTC) #1
jam
I'm not an owner for this and i'm not familiar with posix :)
8 years, 5 months ago (2012-07-07 00:37:40 UTC) #2
aarya
8 years, 5 months ago (2012-07-07 00:43:02 UTC) #3
aarya
8 years, 5 months ago (2012-07-07 00:43:13 UTC) #4
inferno
8 years, 5 months ago (2012-07-07 00:43:47 UTC) #5
inferno
8 years, 5 months ago (2012-07-07 00:45:39 UTC) #6
ramant (doing other things)
lgtm
8 years, 5 months ago (2012-07-07 04:50:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/inferno@chromium.org/10702116/1
8 years, 5 months ago (2012-07-07 05:15:14 UTC) #8
commit-bot: I haz the power
Presubmit check for 10702116-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-07 05:15:15 UTC) #9
inferno
8 years, 5 months ago (2012-07-07 05:15:22 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/inferno@chromium.org/10702116/1
8 years, 5 months ago (2012-07-07 05:15:54 UTC) #11
commit-bot: I haz the power
Presubmit check for 10702116-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-07 05:15:56 UTC) #12
jar (doing other things)
Judging from the pre-existing comment, this used to be setup for a 64K stack. ...
8 years, 5 months ago (2012-07-08 05:19:11 UTC) #13
jar (doing other things)
...and if you did TBR this bug... you should edit the description to indicate who ...
8 years, 5 months ago (2012-07-08 05:21:36 UTC) #14
jar (doing other things)
8 years, 5 months ago (2012-07-08 05:30:29 UTC) #15
Based on offline discussion... this is debug only... and was being done to
repair busted bots.

LGTM

(but someone should be looking at why we have grown the default size to 128K
IMO).

On 2012/07/08 05:21:36, jar wrote:
> ...and if you did TBR this bug... you should edit the description to indicate
> who was expected to TBR.
> 
> Thanks in advance,
> 
> Jim
> 
> On 2012/07/08 05:19:11, jar wrote:
> > Judging from the pre-existing comment, this used to be setup for a 64K
stack. 
> > ... and it is slightly alarming to see it grow to 128K... but that is
> perchance
> > water under the bridge.
> > 
> > Can you clarify that this further increase to 256K will not be active in any
> > production (official) release, and is only significant to the test bots?
> > 
> > I was also surprised to see this has been committed... despite getting a
> warning
> > from the commit bot that you were lacking a reviewer from base.  Can you
> clarify
> > how that happened?

Powered by Google App Engine
This is Rietveld 408576698