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

Crash on Linux setup when compiling a regex with gcc 4.8 #16

Closed
Rangi42 opened this issue Jan 19, 2019 · 1 comment
Closed

Crash on Linux setup when compiling a regex with gcc 4.8 #16

Rangi42 opened this issue Jan 19, 2019 · 1 comment

Comments

@Rangi42
Copy link
Owner

Rangi42 commented Jan 19, 2019

Stack trace from ax6:

image

Rangi42 added a commit that referenced this issue Jan 19, 2019
No compiler warnings even from 'make debug' with '-Wall -Wextra -pedantic'

# Conflicts:
#	src/tile.h
@aaaaaa123456789
Copy link

For any further readers: the crash was caused by the Makefile defaulting to g++ as a compiler, which on this setup is 4.8.5.

@Rangi42 Rangi42 changed the title Crash on a particular Linux Mint setup when compiling a regex Crash on Linux setup when compiling a regex with gcc 4.8 Jan 19, 2019
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

2 participants