|
From: Robert W. <rj...@du...> - 2005-09-24 18:42:41
|
> Qt designer and GIMP work, but OOo 1.1.3 is still crashing. It appears > that it reads /proc/self/cmdline to find out the executable name and > incorporates that in subsequent paths. That doesn't work now since > what it gets is "valgrind [vargs] clientname [cargs]" etc, and it all > goes south shortly thereafter. Hmm. I did a workaround a while back that fixed something in /proc, but can't for the life of me remember what it was. I think it was /proc/self/exe symlink reading. Perhaps we need to similarly intercept /proc/self/cmdline? That's likely to be harder, though, since it's not just a single call that needs to be intercepted. Regards, Robert. --=20 Robert Walsh Amalgamated Durables, Inc. - "We don't make the things you buy." Email: rj...@du... |