開發平台(Platform): (Ex: Win10, Linux, ...)
Linux (Windows Subsystem for Linux, Ubuntu 18.04)
編譯器(Ex: GCC, clang, VC++...)+目標環境(跟開發平台不同的話需列出)
編譯器:GCC 7.4.0
額外使用到的函數庫(Library Used): (Ex: OpenGL, ...)
無
問題(Question):
資料 insert 完後,需要用 find 找資料,但出現錯誤,且錯誤並非每次都出現
錯誤位置: 第31行,find function
餵入的資料(Input):
./main.cpp order.json info.txt
order.json: https://pastebin.com/FBTn9rRq
info.txt: https://pastebin.com/wAguCmjL
預期的正確結果(Expected Output):
2
0
0
1
錯誤結果(Wrong Output):
執行階段: Segmentation fault (core dumped)
gdb debug: 沒有錯誤
程式碼(Code):(請善用置底文網頁, 記得排版,禁止使用圖檔)
http://codepad.org/soCIfu0e
補充說明(Supplement):
這個錯誤很奇怪,有時候出現,有時候卻沒有,gdb也找不到錯誤