Zotero segfault on startup when using hardened_malloc

Attempting to run Zotero using GrapheneOS's hardened_malloc on Linux results in a segfault after launching. Zotero's UI does not appear.

The result of "valgrind -v zotero" is available here: https://gist.github.com/osslate/7a7dc0db3516750ebe83cab371280e8a

Link to the hardened_malloc project: https://github.com/GrapheneOS/hardened_malloc

So far in testing my Linux applications with hardened_malloc, Zotero is the only application to crash. This appears to point to a memory access violation caught by hardened_alloc but not glibc (Zotero runs fine under glibc's malloc).

Let me know if you need a coredump or any further information.
Sign In or Register to comment.