Sample Header Ad - 728x90

LibreOffice crashes with Miniconda3 in path

0 votes
0 answers
35 views
this is a post that has workaround but not an explanation ---- Sometime in last 4 weeks my LibreOffice on my debian started crashing. Not producing window with eg. LOWriter, just a "crashed docs recovery" and a Soffice start window "choose from recent docs, create new" I think it's not relevant, but reported version is "LibreOffice 25.2.3.2 520(Build:2)" on debian trixie indication was only this error output in console
> soffice --writer                                                                                                                                     (base) 
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

# or at most

> lowriter                                                                                                                                             (base) 
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
terminate called recursively
no other indication, running with --backtrace yielded no success either (i can share the log, or strace log as well) **However once I cleared env and removed "miniconda3 init code" from .bashrc it started working** Can anybody please think of 1. explanation 2. proper way to detect/debug this kind of issue (since neither strace, gdb or anything helped me) Thank you
Asked by Marek Sebera (131 rep)
Jul 1, 2025, 04:37 PM