{"id":207,"date":"2009-04-04T21:52:57","date_gmt":"2009-04-05T05:52:57","guid":{"rendered":"http:\/\/xiehang.com\/blog\/?p=207"},"modified":"2009-04-04T21:52:57","modified_gmt":"2009-04-05T05:52:57","slug":"geeze-size-is-in-bit","status":"publish","type":"post","link":"https:\/\/xiehang.com\/blog\/2009\/04\/04\/geeze-size-is-in-bit\/","title":{"rendered":"Geeze, size is in bit"},"content":{"rendered":"

I was running into really weird problem that program SIGSEGV, after (quite a while) debug, I found the problem is, R’size attribute is in bit, instead of byte, after changing codes from R’size to R’size\/8, everything works.<\/p>\n

It … just proved I’m well trained by C\/C++, mistakes I ever made include:<\/p>\n