gozfree / gear-lib

Gear-Lib, C library for IOT Embedded Multimedia and Network
MIT License
2.97k stars 807 forks source link

ini_test: when run this "printf("grape = %s\n", conf_get_string(conf, "wine:grape")); " will Segmentation fault #27

Closed zhoukismet closed 5 years ago

zhoukismet commented 5 years ago

@ubuntu:~/Lightweight/libraries/trunk/libconfig$ ./test_libconfig ini_test

[pizza] ham = yes mushrooms = TRUE capres = 0 cheese = Non

[wine] grape = Cabernet Sauvignon year = 1122 country = Spain alcohol = 12.5 dddd = 22.22 eeee = 1.234 aaaa = ddd

year = 1122 Segmentation fault (core dumped)

gozfree commented 5 years ago

My env: gcc version 7.3.0 ubuntu 18.04 64bit

please show more details:

$ gdb ./test_libconfig ...... after segmention fault press "bt" to show backtrace