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

Segfault on Debian Unstable #8215

Closed
sjkelly opened this issue Sep 3, 2014 · 3 comments
Closed

Segfault on Debian Unstable #8215

sjkelly opened this issue Sep 3, 2014 · 3 comments

Comments

@sjkelly
Copy link
Contributor

sjkelly commented Sep 3, 2014

I just checked out d69c193. I get a segfault on Debian Unstable.

steve:~/Software/julia(master)$ gdb julia
GNU gdb (Debian 7.7.1+dfsg-1) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from julia...done.
(gdb) run
Starting program: /home/steve/Software/julia/julia 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6e91466 in jl_deserialize_gv (v=0x8a7bb8, s=0x7fffffffdf10) at dump.c:145
145         *sysimg_gvars[gvname_index] = v;

I am learning how to use git bisect to track down the breaking commit, but I am posting this early incase it is obvious to someone.

@Keno
Copy link
Member

Keno commented Sep 3, 2014

Did you make cleanall?

@sjkelly
Copy link
Contributor Author

sjkelly commented Sep 3, 2014

Yes

@nolta
Copy link
Member

nolta commented Sep 3, 2014

dup of #8200

@nolta nolta closed this as completed Sep 3, 2014
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

3 participants