mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 06:48:01 +02:00
Carl spotted this last night, but I misinterpreted it as an old problem caused by the application changing its working directory before its first cairo call - thus causing cairo-trace to attempt to open a file in the new directory. Instead the problem was attempting to trace an executable with an absolute path, where we just tagged it with a .lzma extentsion and attempted to pipe the output there. Obviously this fails for the user profiling system binaries. So use basename to strip the leading path. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| cairo-trace.in | ||
| COPYING | ||
| COPYING-GPL-3 | ||
| lookup-symbol.c | ||
| lookup-symbol.h | ||
| Makefile.am | ||
| trace.c | ||