1 2016-09-30 04:21:10 <lovecodelc_> hi, all.
2 2016-09-30 04:24:05 <lovecodelc_> i meet a  problem when i debug bitcoind program, who can help me? thank you.
3 2016-09-30 04:25:27 <lovecodelc_> one problem is :when I use gdb breakpoint, such HTTPReq_JSONRPC funcation, when request arrives, the break is stop other place not HTTPReq_JSONRPC, why?
4 2016-09-30 04:26:05 <lovecodelc_> (gdb) b HTTPReq_JSONRPC Breakpoint 1 at 0x10165829b: HTTPReq_JSONRPC. (2 locations) //why 2 locations??? (gdb) info b Num Type Disp Enb Address What 1 breakpoint keep y   1.1 y 0x000000010165829b in SerReadWrite > >(CSizeComputer&, std::__1::vector > const&, int, int, CSerActionSerialize) at ./serialize.h:919 1.2 y 0x00000001016582b0 in std::__1::vector >::resize(unsigned long)  at /Applications/Xcode.app/Contents/Developer
5 2016-09-30 04:26:45 <lovecodelc_> url is here:https://github.com/bitcoin/bitcoin/issues/8812
6 2016-09-30 07:40:54 <midnightmagic> As per request.