[tbb-bugs] #26320 [Applications/Tor Browser]: Orfox 52.8.0esr-7.5-1 Crash
Tor Bug Tracker & Wiki
blackhole at torproject.org
Wed Jul 18 17:58:44 UTC 2018
#26320: Orfox 52.8.0esr-7.5-1 Crash
--------------------------------------+-----------------------------------
Reporter: sysrqb | Owner: tbb-team
Type: defect | Status: needs_information
Priority: Immediate | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: tbb-mobile | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+-----------------------------------
Comment (by Unpublished):
Replying to [comment:8 sysrqb]:
> Replying to [comment:7 igt0]:
>
>
> >
> > {{{
> > ac_add_options --enable-debug-symbols
> > ac_add_options --enable-debug
> > }}}
> >
> >
> >
> >
> Ugh, yeah, that's what I meant.
>
> I wonder if we can identify which optimization causes this. I have these
after running `configure`.
> {{{
> 'MOZ_OPTIMIZE_FLAGS': '-freorder-blocks -fno-reorder-functions -Os',
> }}}
>
> May be we inject them one-by-one and see when it breaks.
I can't reproduce the crash anymore using
{{{
ac_add_options --enable-optimize="Os"
}}}
This overrides the MOZ_OPTIMIZE_FLAGS, so one of the following or the
combination of both optimizations cause this crash:
{{{
-freorder-blocks -fno-reorder-functions
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/26320#comment:14>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tbb-bugs
mailing list