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

Segmentation Fault in Linux Mint #977

Closed
ghost opened this issue Dec 14, 2014 · 2 comments
Closed

Segmentation Fault in Linux Mint #977

ghost opened this issue Dec 14, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 14, 2014

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) where
#0 0x0000000000000000 in ?? ()
#1 0x00000000005245dd in RasterizerGLES2::init (this=0x7ffff4417040)

at drivers/gles2/rasterizer_gles2.cpp:9103

#2 0x0000000001062ccb in VisualServerRaster::init (this=0x7ffff7e4b040)

at servers/visual/visual_server_raster.cpp:6772

#3 0x0000000000ff50f9 in VisualServerWrapMT::init (this=0x7ffff7e0a040)

at servers/visual/visual_server_wrap_mt.cpp:152

#4 0x000000000040c09d in OS_X11::initialize (this=0x7fffffffdd40,

p_desired=..., p_video_driver=0, p_audio_driver=0)
at platform/x11/os_x11.cpp:369

#5 0x0000000000415643 in Main::setup2 () at main/main.cpp:757
#6 0x00000000004148a1 in Main::setup (

execpath=0x7fffffffe4d5 "/home/ch/Downloads/godot-1.0-rc2/bin/godot.x11.tools.64", argc=0, argv=0x7fffffffe200, p_second_phase=true) at main/main.cpp:712

#7 0x000000000040a06f in main (argc=1, argv=0x7fffffffe1f8)

at platform/x11/godot_x11.cpp:36
@reduz
Copy link
Member

reduz commented Dec 14, 2014

that's weird, what is your gpu?

On Sun, Dec 14, 2014 at 12:59 PM, oooo yea [email protected] wrote:

Program received signal SIGSEGV, Segmentation fault.
0x0000000000000000 in ?? ()
(gdb) where
#0 0x0000000000000000 in ?? ()
#1 #1 0x00000000005245dd in
RasterizerGLES2::init (this=0x7ffff4417040)
at drivers/gles2/rasterizer_gles2.cpp:9103
#2 #2 0x0000000001062ccb in
VisualServerRaster::init (this=0x7ffff7e4b040)
at servers/visual/visual_server_raster.cpp:6772
#3 #3 0x0000000000ff50f9 in
VisualServerWrapMT::init (this=0x7ffff7e0a040)
at servers/visual/visual_server_wrap_mt.cpp:152
#4 #4 0x000000000040c09d in
OS_X11::initialize (this=0x7fffffffdd40,
p_desired=..., p_video_driver=0, p_audio_driver=0)
at platform/x11/os_x11.cpp:369
#5 #5 0x0000000000415643 in
Main::setup2 () at main/main.cpp:757
#6 #6 0x00000000004148a1 in
Main::setup (
execpath=0x7fffffffe4d5
"/home/ch/Downloads/godot-1.0-rc2/bin/godot.x11.tools.64", argc=0,
argv=0x7fffffffe200, p_second_phase=true) at main/main.cpp:712
#7 #7 0x000000000040a06f in
main (argc=1, argv=0x7fffffffe1f8)
at platform/x11/godot_x11.cpp:36


Reply to this email directly or view it on GitHub
#977.

@ghost
Copy link
Author

ghost commented Dec 18, 2014

It was in VirtualBox, so the virtual gpu driver has limitations with openGL stuff I guess. I built on a native Ubuntu and it starts up the GUI all fine. I am stupid.

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

No branches or pull requests

1 participant