petterreinholdtsen

Results 271 comments of petterreinholdtsen

For the record, I just updated the list available from https://wiki.debian.org/DebianMultimedia/PlayerSupport based on the latest packages in Debian unstable.

Hi. Did you manage to crack this nut yet?

Does this mean you are able to profile vlc using coz? Care to share the result?

I tried to reproduce it, by building and installing vlc using DEB_BUILD_OPTIONS=nostrip to make sure vlc had debug symbols, and then ran it using `coz run --- vlc http://video.nuug.no:8000/frikanalen.webm` in...

Hi. Is there any more information I can provide?

[Charlie Curtsinger] > You may be right about coz missing thread creation, but the one other > possibility is that openalpr is `fork`ing a new process. Could you > verify...

I investigated some more, and suspect the issue at hand is that threads are created before main() is called, in shared library initializers. Here is the gdb backtrace for the...

I was able to avoid the crash using the following patch: ``` diff --git a/libcoz/profiler.h b/libcoz/profiler.h index 515d998..032e2ea 100644 --- a/libcoz/profiler.h +++ b/libcoz/profiler.h @@ -108,6 +108,8 @@ public: thread_start_arg* new_arg;...

Hi. Is there more debugging information I can provide to help you with this?

[Charlie Curtsinger] > Coz already does this if you set a source scope with the`-s` flag. The > default scoping rule is to include anything in the main binary, which...