coredump: Support threads
Change-Id: Id75ade6c87b15abcff5d772d90f77950376a32c1 Refs: #1219
This commit is contained in:
11
test/issues/1219/Makefile
Normal file
11
test/issues/1219/Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
CFLAGS=-g
|
||||
LDFLAGS=-lpthread
|
||||
|
||||
TARGET=segv_in_sub segv_in_main segv_after_join
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
test: all
|
||||
./C1219.sh
|
||||
clean:
|
||||
rm -f $(TARGET) *.o mccore* core.* *.txt
|
||||
Reference in New Issue
Block a user