pagesim icon indicating copy to clipboard operation
pagesim copied to clipboard

Seg Fault Post Make

Open weems opened this issue 10 years ago • 1 comments

Running Make

$ make gcc -c -Wall pagesim.c -o pagesim.o gcc pagesim.o -o pagesim -pthread clang: warning: argument unused during compilation: '-pthread' rm -f pagesim.o *.o *~

=>

Run the Binary Post Compile

$ ./pagesim [1] 16186 segmentation fault ./pagesim

weems avatar Jun 18 '15 18:06 weems

@weems I think you need to run that like $ ./pagesim All 10

CanftIn avatar Jun 03 '18 02:06 CanftIn