This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New branch for Fedora 11 merges


Keith Seitz wrote:

Can you verify that your copy of the branch is okay?

Don't bother: the branch is definitely foobared by one of the "using directive" commits.


I have only chased this down a little, but I just cannot imagine how this is supposed to work:

In read_func_scope (dwarf2read.c), if the name is not set (in this case it is) or dwarf2_read_pc_bounds fails (which it does), the code calls explore_abstract_origin with the address of a locally uninitialized variable (die_children). This is then simply dereferenced in explore_abstract_origin, and consequently passed to xmalloc, which attempts to allocate over 4GB in my case...

Can you double-check that all the necessary bits of your patches got into the branch properly?

Keith

PS. I notice that quite a few of the "using directive" patches are malformed. Could you please update the patches to use the GNU coding standard?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]