[lldb-dev] about the error:unable to restore file position to 0x00000ab0 for section __DWARF.__debug_info
DuYvonne
duyingfang at hotmail.com
Thu Dec 1 21:33:14 PST 2011
Hi,I have this error occur when I link a new lib with my app.
I found a topic talking about this problem at http://comments.gmane.org/gmane.comp.debugging.lldb.devel/528But I did not find a solution for solving this problem.
I use dwarfdump -R MyApp.dSYM before linking with a new lib, and I see that the __debug_info section has the size of 1.98G. __debug_info __DWARF 0ec2d66b 7ed7c72d 0345c66b 00000000 00000000 00000000 00000000 00000000 00000000 1.98G 87.62%
So I guess when I link my new lib, it exceeds the maximum size. Is it 2.26G (= 1.98/.8762?)?
Is there some way that I can reduce __debug_info section?
Thanks,Yingfang, Du
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20111202/33410d42/attachment.html>
More information about the lldb-dev
mailing list