Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immediate crash with lowlatency kernel #35

Closed
ghost opened this issue Nov 27, 2015 · 7 comments
Closed

Immediate crash with lowlatency kernel #35

ghost opened this issue Nov 27, 2015 · 7 comments

Comments

@ghost
Copy link

ghost commented Nov 27, 2015

Both the FMIT versions from the Ubuntu 14.04LTS repository (Version 0.99.2) and a self-built from the source code (Version 1.0.12) crash when used with the low-latency kernel 3.13.0.68.74 (also from the 14.04LTS repository). The program window opens and shows correctly, but then immediately freezes. Only killing the process is possible. No problem occurs with the generic kernel 3.11.0-12. - It is a 32 bit system.

@gillesdegottex
Copy link
Owner

For reason of time, I'm afraid I cannot investigate more on this soon.
Could you try another qt5-opengl application ?

@ghost
Copy link
Author

ghost commented Dec 1, 2015

Hi,

Sure I can try - if you can suggest one that I can pull from the Ubuntu
14.04 repositories. I am not sure how to identify an qt5-opengl application.

Cheers, Oliver.

On 30.11.2015 22:59, Gilles Degottex wrote:

For reason of time, I'm afraid I cannot investigate more on this soon.
Could you try another qt5-opengl application ?


Reply to this email directly or view it on GitHub
#35 (comment).

@gillesdegottex
Copy link
Owner

You can start with the package qtbase5-example
Then run some of the examples, for example:
/usr/lib/i386-linux-gnu/qt5/examples//opengl/2dpainting/2dpainting
/usr/lib/i386-linux-gnu/qt5/examples/opengl/paintedwindow/paintedwindow
/usr/lib/i386-linux-gnu/qt5/examples/opengl/overpainting/overpainting

This one is also qt5-opengl, but you have to compile it. It is one of my project that I'm currently developing (i.e. if you crash this one, I'll be quite motivated to dig into the problem ;) )
Try:
$ git clone https://github.com/gillesdegottex/dfasma.git
$ cd dfasma
$ qmake dfasma.pro
$ make

This one is also qt5-opengl: http://www.sonicvisualiser.org/
Package: sonic-visualiser

@ghost
Copy link
Author

ghost commented Dec 2, 2015

Hi,

So sonic-visualiser (from Ubuntu 14.04 repos) runs equally well with the
generic and the low-latency kernel.

The qtbase5-example have funny graphics artefacts, but it is again the
same with both the generic and the low-latency kernel.

I just started using the low latency kernel a little while ago, but
except with FMIT I noticed no difference with any other programs I use.

In any case, it is no big deal for me that FMIT does not work with this
kernel, but still it would be nice if eventually this can be fixed. It
is a really nice feature-rich tuner.

Cheers, Oliver.

On 01.12.2015 22:37, Gilles Degottex wrote:

You can start with the package qtbase5-example
Then run some of the examples, for example:
/usr/lib/i386-linux-gnu/qt5/examples//opengl/2dpainting/2dpainting
/usr/lib/i386-linux-gnu/qt5/examples/opengl/paintedwindow/paintedwindow
/usr/lib/i386-linux-gnu/qt5/examples/opengl/overpainting/overpainting

This one is also qt5-opengl, but you have to compile it. It is one of my
project that I'm currently developing (i.e. if you crash this one, I'll
be quite motivated to dig into the problem ;) )
Try:
$ git clone https://github.com/gillesdegottex/dfasma.git
$ cd dfasma
$ qmake dfasma.pro
$ make

This one is also qt5-opengl: http://www.sonicvisualiser.org/
Package: sonic-visualiser


Reply to this email directly or view it on GitHub
#35 (comment).

@gillesdegottex gillesdegottex changed the title Immediate crashwith lowlatency kernel Immediate crash with lowlatency kernel Apr 5, 2016
@gillesdegottex
Copy link
Owner

glut dependency has been removed, it could be worth trying the latest release.

@ghost
Copy link
Author

ghost commented Apr 27, 2016

Hi,

I just checked the FMIT version (Version 1.0.0) from the Xubuntu 16.04
LTS repository, Kernel 4.4.0-21-lowlatency.

No more crash, runs normal.

Cheers, Oliver.

On 24.04.2016 21:04, Gilles Degottex wrote:

glut dependency has been removed, it could be worth trying the latest
release.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#35 (comment)

@gillesdegottex
Copy link
Owner

Yeahhh, dependency removal, the best bug spray in coding history.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant