Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. (gdb) run
  2. Starting program: /usr/local/bin/windows
  3. [Thread debugging using libthread_db enabled]
  4. [New Thread 0xb7fd2b70 (LWP 3811)]
  5. Canvas is a Widget
  6. OpenGL version 1.4 Mesa 7.7.1
  7. GL_ARB_vertex_buffer_object: Yes
  8.  
  9. Program received signal SIGFPE, Arithmetic exception.
  10. [Switching to Thread 0xb7fd2b70 (LWP 3811)]
  11. 0x0013fc5a in soy_widgets_hbox_real_resize_children (base=0x805c048, x=0, y=0,
  12. size=0x805a880) at src/widgets/HBox.c:204
  13. 204 newSize = (_tmp8_.width = _tmp7_ / totalWidth, _tmp8_.height = (*size).height, _tmp8_);
  14. (gdb) backtrace
  15. #0 0x0013fc5a in soy_widgets_hbox_real_resize_children (base=0x805c048, x=0, y=0,
  16. size=0x805a880) at src/widgets/HBox.c:204
  17. Não é possível acessar a memória no endereço 0xb7fd1d7c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement