Re: [Interest] ASAN (Qt 6.4 + Glib) build shows stackoverflow in trivial Qt program

2022-11-13 Thread Thiago Macieira
On Saturday, 12 November 2022 23:11:45 PST Dennis Luehring wrote: > forcing -xcb gives me these configure output (https://pastebin.com/ML8QCJRQ) > >XCB: > Using system-provided xcb-xinput . no > GL integrations: >GLX Plugin . yes > XCB GLX

Re: [Interest] ASAN (Qt 6.4 + Glib) build shows stackoverflow in trivial Qt program

2022-11-13 Thread Henry Skoglund
On 2022-11-13 17:52, Thiago Macieira wrote: On Saturday, 12 November 2022 23:11:45 PST Dennis Luehring wrote: forcing -xcb gives me these configure output (https://pastebin.com/ML8QCJRQ) XCB: Using system-provided xcb-xinput . no GL integrations: GLX Plugin .

Re: [Interest] ASAN (Qt 6.4 + Glib) build shows stackoverflow in trivial Qt program

2022-11-13 Thread Thiago Macieira
On Sunday, 13 November 2022 09:03:40 PST Henry Skoglund wrote: > I can confirm "several tiny libraries" i.e. I had the same problem when > building Qt on Ubuntu 22.04. > After fiddling for a while, I took the easy way out: > sudo apt-get install libxcb* > > That installed 68 libs (all beginning wi

Re: [Interest] ASAN (Qt 6.4 + Glib) build shows stackoverflow in trivial Qt program

2022-11-13 Thread Henry Skoglund
On 2022-11-13 18:29, Thiago Macieira wrote: On Sunday, 13 November 2022 09:03:40 PST Henry Skoglund wrote: I can confirm "several tiny libraries" i.e. I had the same problem when building Qt on Ubuntu 22.04. After fiddling for a while, I took the easy way out: sudo apt-get install libxcb* That

Re: [Interest] ASAN (Qt 6.4 + Glib) build shows stackoverflow in trivial Qt program

2022-11-13 Thread Thiago Macieira
On Sunday, 13 November 2022 09:51:54 PST Henry Skoglund wrote: > not only are those libcxb files cluttering up my RAM they're also > creating litter on my SSD :-( You chose that when you chose to use Snap or AppImage or Flatpak applications. -- Thiago Macieira - thiago.macieira (AT) intel.com