[Bug 40330] Build fails with AddressSanitizer.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jul 7 03:54:03 CDT 2018


https://bugs.winehq.org/show_bug.cgi?id=40330

Austin English <austinenglish at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #6 from Austin English <austinenglish at gmail.com> ---
(In reply to Kyle Auble from comment #4)
> Of course, if you (or anyone else) still has this problem, and the new
> instructions don't fix it, definitely update us here. I'll try to keep
> a closer eye on the report and look into it more if needed.

Hi Kyle,

I hadn't tried this in a while, but just did with 7.3.0.

Doing:
./configure CFLAGS="-Og -fsanitize=address" LDFLAGS="-fsanitize=address"
make -j $(nproc)

failed. I need to add -lasan -pthread.

After that, fails when it tries to make fonts with output similar to attachment
53999. I'll attach a patch that avoids it, but it's a hack.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list