|
From: Julian S. <js...@ac...> - 2006-06-06 21:38:29
|
> Can someone explain to me the first stack frames as below, the second to I agree with Brian Crowder's analysis - you are running global constructors, and your program has not yet started main(). > >From: Brian Crowder <cr...@fi...> > > > >You're not in main() here, you're calling a CTOR on a globally declared > >std::deque, _dl_init IS the very first frame of the stack, there are no > >more beyond it. J |