Re: [Mesa-dev] Double free error on etnaviv driver.

2019-01-21 Thread Nazarov Sergey
Hi, Lucas! Yes, it works. So, it's not a Mesa problem, it's buildroot problem. Thanks, Sergey. 18.01.2019, 18:26, "Lucas Stach" : > Hi Sergey, > > I've just been made aware of a peculiarity of the buildroot toolchain > configuration, which might well explain why you are seeing the obvious > crash,

Re: [Mesa-dev] Double free error on etnaviv driver.

2019-01-17 Thread Nazarov Sergey
Hi, Lucas! Here is result of execution standard Qt5 example application mainwindow built under custom buildroot with gcc-4.9.4, mesa3d-17.3.6. But we had the same error with latest buildroot and latest supported mesa and gcc. --- # ./mainwindow QStandardPaths: XDG_RUNTIME_DIR not set, defaulting t

[Mesa-dev] Double free error on etnaviv driver.

2019-01-16 Thread Nazarov Sergey
Hello! I use mesa+etnaviv Gallium driver on iMX6Q based board. I have double free error at the end of any application using mesa. I've found that the problem comes from current ARM g++ compilers (at least from 4.9.4 up to latest ones) which call static objects destructors before on_exit handler. S