[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link liblttng-ust!

2017-02-07 Thread Olivier Tilloy
It seems webbrowser-app is affected by this issue again (see bug #1606946). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error opening

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link liblttng-ust!

2016-05-30 Thread Gerry Boland
Newer version of LTTng landed ** Changed in: telegram-app Status: New => Invalid ** Changed in: webbrowser-app (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link liblttng-ust!

2016-05-04 Thread Joan CiberSheep
** Also affects: telegram-app Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error opening

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link liblttng-ust!

2016-05-02 Thread Ted Gould
** Changed in: ubuntu-app-launch (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link liblttng-ust!

2016-03-02 Thread Ted Gould
So did some investigation into this and why the error message is printing. It seems like it shouldn't be. Then I realized I was looking at the version of libttng-ust in Xenial and not the one in Vivid. This is fixed in Xenial with ust 2.7 in that it'll only print the errors if UST debugging is

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link liblttng-ust!

2016-02-28 Thread Jean-Baptiste Lallement
** Changed in: ubuntu-app-launch (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to content-hub in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error opening shm

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5 - do not link liblttng-ust!

2016-02-28 Thread Johan Guerreros
** Changed in: ubuntu-app-launch (Ubuntu) Status: New => Fix Committed ** Changed in: ubuntu-app-launch (Ubuntu) Status: Fix Committed => In Progress ** Changed in: canonical-developer-experience Status: Confirmed => Fix Released ** Changed in: ubuntu-app-launch (Ubuntu)

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-16 Thread Gerry Boland
Ok, I have an idea. content-hub links to libubuntu-app-launch.so, which links to liblttng-ust.so. On load of liblttng-ust.so, it registers 2 tracepoint providers by default: ust_baddr_statedump and lttng_ust_tracef. These are causing our repeating error messages. Instead, I think we need to

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-13 Thread Josué
I don't know if it's normal to have more than 70 files named: untrusted-helper-push-helper:xxx:com.ubuntu.telegram_push_2.0.4.0 in upstart folder which have four lines of these error inside :/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-08 Thread pramathesh ambasta
Experience a similar error when testing my app recorder. I am trying to add a "share" ability via the content-hub. I get to the point when the peer picker window is displayed after which there is a failed event. On checking my app logs I find: libust[24601/24606]: Error: Error opening shm

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-04 Thread Michael Zanetti
Trying to debug some telegram issues, here's what a log to work with looks like. Bump! :) ** Attachment added: "application-click-com.ubuntu.telegram_telegram_2.0.4.1.log"

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-04 Thread Gerry Boland
===test2.qml import QtQuick 2.3 import Ubuntu.Content 0.1 Rectangle { color: "pink" } ===test.qml== import QtQuick 2.0 Rectangle { color: "red" Loader { id: loader; anchors.fill: parent; } MouseArea { anchors.fill: parent

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-04 Thread Gerry Boland
Playing around with the camera app, I found that if I removed the "Ubuntu.Content" plugin, the LTTng message stopped. So suspect something content hub is linking with -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2016-02-04 Thread Gerry Boland
Yep, as test, inside /usr/share/click/preinstalled/com.ubuntu.camera/current create this simple QML file: test.qml: import QtQuick 2.0 import Ubuntu.Content 0.1 Rectangle { color: "red" } and execute with: aa-exec-click -p com.ubuntu.camera_camera_3.0.0.611 -- qmlscene test.qml

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-12-16 Thread Gerry Boland
/me has to retract comment #13, it is indeed the app printing the message. Camera app has 2 threads printing it sudo strace -f -e write -p `pidof camera-app` 2>&1 | grep ust [pid 14107] write(2, "libust[14085/14107]: Error: Erro"..., 114 [pid 14106] write(2, "libust[14085/14106]: Error:

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-12-15 Thread Gerry Boland
@pat we need more of Ted's input then, as I don't follow what he's suggesting as a fix. My understanding is that lttng reporting is only enabled with a particular env var. So it should always be off by default. But these errors printing in logs would suggest otherwise. ** Changed in: qtmir

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-12-15 Thread Pat McGowan
@gerry aiui we need to just do what ted said he did for ual in comment #2 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error opening

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-12-15 Thread Pat McGowan
@gerry for ual thats the case but not for the other packages that are causing these to be logged. The same fix in ual needs to be applied to use an env var and macro in qtmir and maybe elsewhere, look at ual-tracepoints.h in ubuntu-app-launch -- You received this bug notification because you

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-12-15 Thread Gerry Boland
I don't think it is the application printing this message. Attaching to it with strace, it's not printing out when these lines appear in the log. Upstart is reading these lines from *somewhere*, and writing them to the log fine. But no idea from where yet -- You received this bug notification

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-11-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: qtmir (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-11-05 Thread Jamie Strandboge
Pat, it should be a simple fix to disable the log line, but no one is currently assigned (I removed Ricardo from the assignment just now). ** Changed in: platform-api Assignee: Ricardo Mendoza (ricmm) => (unassigned) ** Changed in: qtubuntu Assignee: Ricardo Mendoza (ricmm) =>

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-11-05 Thread Jim Hodapp
** Changed in: qtubuntu Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error opening shm /lttng-ust-wait-5

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-11-05 Thread Jim Hodapp
Making it difficult to debug qtubuntu-media with music-app. Would like to see this fixed very soon. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title:

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-11-05 Thread Pat McGowan
** Also affects: qtmir (Ubuntu) Importance: Undecided Status: New ** Changed in: qtmir (Ubuntu) Assignee: (unassigned) => Gerry Boland (gerboland) ** No longer affects: qtubuntu ** No longer affects: ust (Ubuntu) -- You received this bug notification because you are a member of

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-10-22 Thread Pat McGowan
** Project changed: canonical-devices-system-image => canonical- developer-experience ** Changed in: canonical-developer-experience Milestone: ww46-2015 => None -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-10-22 Thread Michi Henning
These message are also all through the log for the camera app. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error opening shm /lttng-ust-wait-5

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-09-25 Thread Jean-Baptiste Lallement
** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in Ubuntu.

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-09-25 Thread Jean-Baptiste Lallement
Raising importance to high, it has a severe impact on the developer experience by making logs very difficult to read. ** Changed in: canonical-devices-system-image Importance: Low => High ** Changed in: canonical-devices-system-image Assignee: (unassigned) => Pat McGowan (pat-mcgowan)

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-09-25 Thread David Barth
Adding webapp-container, which is impacted. We can implement Ted's suggestion of turning on tracepoints on demand on our side. ** Also affects: webbrowser-app (Ubuntu) Importance: Undecided Status: New ** Changed in: webbrowser-app (Ubuntu) Status: New => Confirmed ** Changed

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-08-13 Thread Michael Zanetti
** Also affects: canonical-devices-system-image Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-08-07 Thread dinamic
i'm getting this when trying to load an image with sdl2_image o_O -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error opening shm

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-08-07 Thread dinamic
SDL_Init() shm_open() failed: Permission denied Initialized, drawing... libust[13945/13949]: Error: Error opening shm /lttng-ust-wait-5-32011 (in get_wait_shm() at lttng-ust-comm.c:958) libust[13945/13949]: Error: Error opening shm /lttng-ust-wait-5-32011 (in get_wait_shm() at

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-03-16 Thread Franck
This also happen with libvirtd apparmor profile in enforce mode: virtual machines (ie sub profiles with libvirt-someUUID) will constantly complain they are denied read access to /dev/shm/lttng-ust-wait-5 -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-01-23 Thread Dubstar_04
I am getting this error when trying to play a video. Is this likely to be fixed soon? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-01-16 Thread Ted Gould
What I did for UAL is turn them on with an environment variable. That way we can still test the production images but we don't have to get errors with confined apps. ** Changed in: platform-api Assignee: Ted Gould (ted) = Ricardo Mendoza (ricmm) ** Changed in: qtubuntu Assignee: Ted

[Touch-packages] [Bug 1404302] Re: liblttng-ust0 Error opening shm /lttng-ust-wait-5

2015-01-12 Thread Alan Pope 
** Changed in: ust (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ust in Ubuntu. https://bugs.launchpad.net/bugs/1404302 Title: liblttng-ust0 Error opening shm /lttng-ust-wait-5