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

Failing examples after PR #89 (glbinding) #102

Closed
6 tasks done
shehzan10 opened this issue Aug 17, 2016 · 10 comments
Closed
6 tasks done

Failing examples after PR #89 (glbinding) #102

shehzan10 opened this issue Aug 17, 2016 · 10 comments

Comments

@shehzan10
Copy link
Member

shehzan10 commented Aug 17, 2016

  • Bubblecart, field and stream need to be written for CUDA and OpenCL
  • There might be a bug in plotting that occasionally colors the yellow lines as blue and sometimes shows gaps in the lines (Linux + NVIDIA)
  • Surface OpenCL doesn't render the surface (Linux + NVIDIA)
  • Plotting CUDA fails on TX1 with unknown CUDA error on line 69 of plotting.cu
  • Histogram examples on TX1 sometimes do not render the histogram.
  • One OSX, surface and plot3 examples fail on CPU and OpenCL with errors similar to:
jesse:build jenkins-slave$ ./examples/cpu/plot3_cpu 
InfoLog:
WARNING: Output of vertex shader 'hpoint' not read by fragment shader

libc++abi.dylib: terminating with uncaught exception of type forge::Error: OpenGL Shader linking failed
Abort trap: 6
@pavanky
Copy link
Member

pavanky commented Aug 18, 2016

maximizing fractal, bubblechart, field examples on cpu seem to be causing the following error:

Failed to blit
Segmentation fault (core dumped)

@pavanky
Copy link
Member

pavanky commented Aug 18, 2016

The above error only seems to happen when using Intel graphics but works when using nvidia GPU through bumblebee

@shehzan10
Copy link
Member Author

Errors from the issue message fixed in devel.
@pavanky can you check the error you reported with the latest devel?

@9prady9
Copy link
Member

9prady9 commented Aug 29, 2016

fyi - I am working on adding the examples for left over backends.

@9prady9
Copy link
Member

9prady9 commented Aug 31, 2016

@shehzan10 Is this There might be a bug in plotting that occasionally colors the yellow lines as blue and sometimes shows gaps in the lines (Linux + NVIDIA) resolved ? what was the issue ?

@shehzan10
Copy link
Member Author

Yes this was resolved. Except for the resize issue @pavanky talks about, there seem to be no other issues across all platforms.

@pavanky
Copy link
Member

pavanky commented Aug 31, 2016

I think we can safely ignore the resize issue.

That said AMD is still broken (but it is referenced in another issue).

@pavanky pavanky closed this as completed Aug 31, 2016
@FloopCZ
Copy link
Contributor

FloopCZ commented Nov 7, 2017

I am not sure whether this issue has been resolved or it was not worth the effort, but I am suffering from the same issue as @pavanky on CPU and OpenCL backends (have not tried CUDA yet). When I resize a window, the application crashes with:

Failed to blit
[1]    27708 segmentation fault (core dumped)

By the way, is there a way to zoom the canvas? The plot can be shifted and rotated with left and right mouse respectively, but was not able to zoom in or out.

@9prady9
Copy link
Member

9prady9 commented Nov 16, 2017

@FloopCZ Which GPU are you using this on ?

"ALT+Left Click" and move mouse up/down to zoom in/out. On a mouse pad, move a second finger up/down while the left click and alt are held pressed.

@FloopCZ
Copy link
Contributor

FloopCZ commented Nov 16, 2017

@9prady9 Thank you for the answer, I have filled a separate issue #152 for this.

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

4 participants