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

flang2 terminates with segfault when run directly without arguments #421

Open
dev-zero opened this issue Mar 20, 2018 · 2 comments
Open

Comments

@dev-zero
Copy link

While there is much point in running flang2 manually without arguments, it should still not just segfault:

$ flang2
Segmentation fault (core dumped)

gdb backtrace:

(gdb) bt
#0  0x000000000057f344 in parse_arguments ()
#1  0x000000000050e2b9 in init ()
#2  0x000000000050da80 in main ()
@dev-zero dev-zero changed the title flang2 terminates with segfault flang2 terminates with segfault when run directly without arguments Mar 20, 2018
@sscalpone
Copy link
Member

% /proj/pgi/flang/x86_64/dev/bin/flang1 < /dev/null
Segmentation fault

@Renaud-K
Copy link

Created #724 to address this issue

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

3 participants