Re: [lttng-dev] [PATCH babeltrace stable-1.5] Fix: ctf writer test on Cygwin

2017-04-11 Thread Michael Jeanson
On 2017-04-10 18:18, Michael Jeanson wrote: > > You can hold on merging this patch for now, I think it's only useful for > a very specific environment which might not be worth supporting. > Scratch that, it's needed after all, sorry for the noise. Michael __

[lttng-dev] [PATCH babeltrace v5] Build Python bindings with distutils for consistent installs

2017-04-11 Thread Francis Deslauriers
v5: Manually load shared objects used by the Babeltrace Python module This patch changes the build system used to compile and install the Python Bindings. Distutils is used to find the right install directory. When the install directory generated from the install prefix is not in the Python search

Re: [lttng-dev] LTTng on Docker

2017-04-11 Thread Jeffrey Chen
I just tried it a few more times. It is the --subbuf-size that's causing the issue. The --tracefile-sze is fine. Thanks. From: jeremie.galarn...@gmail.com on behalf of Jérémie Galarneau Sent: Monday, April 10, 2017 12:26 PM To: Jeffrey Chen Cc: lttng-dev@lists

Re: [lttng-dev] LTTng on Docker

2017-04-11 Thread Jeffrey Chen
You are correct, using the default values works fine. The problem is only when I specify trace-size and subbuf-size. I attached the output when I have those parameters specified, and the daemon with "--verbose-consumer". Thanks. From: jeremie.galarn...@gmail