This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-18 08:41:49 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
fb91f829d7
playwright
/
browser_patches
/
webkit
/
BUILD_NUMBER
3 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
browser(webkit): fix libpas and bmalloc link errors (#16361) Patch by @dpino Fixes the following error on Ubuntu 18: ``` [716/8153] Linking CXX shared library lib/libmbmalloc.so FAILED: lib/libmbmalloc.so : && <CXX> -fPIC -fdiagnostics-color=always -Wextra -Wall -pipe -Wno-odr -Wno-stringop-overflow -Wno-nonnull -Wno-array-bounds -Wno-expansion-to-defined -Wno-noexcept-type -Wno-psabi -Wno-misleading-indentation -Wno-maybe-uninitialized -Wwrite-strings -Wundef -Wpointer-ari> /usr/bin/ld: Source/bmalloc/CMakeFiles/bmalloc.dir/libpas/src/libpas/pas_deallocate.c.o: relocation R_X86_64_PC32 against symbol `pas_segregated_page_deallocation_did_fail' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value ``` Pretty-diff: https://github.com/yury-s/WebKit/commit/a4790469193e5a24d69116cbd2d909489e9445b6
2022-08-08 22:32:19 +03:00
1699
Changed: yurys@chromium.org Mon 08 Aug 2022 12:23:32 PM PDT
Reference in New Issue
Copy Permalink