>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> On Thu, Sep 12, 2002 at 03:19:45PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> >>>>> "Jean-Marc" == Jean-Marc Lasgouttes >> <[EMAIL PROTECTED]> writes: >> >> Now, I know what happens, but I do not know why. I fear this may be >> a compiler bug, and anyworkaround would be welcome. Basically the >> problem is in >> >> QWorkArea::QWorkArea(int, int, int, int) : WorkArea(), >> QWidget(qApp->mainWidget()), painter_(*this) { scrollbar_ = new >> QScrollBar(QScrollBar::Vertical, this); content_ = new >> QContentPane(this); [...] >> >> gdb says: >> >> (gdb) p scrollbar_ $1 = (QScrollBar *) 0xf Andre> After the 'scrollbar_ = ' line? Yes. And I really do not see how this can happen (but since I tried to compile without optimization, I would be surprised if it was a good old compiler bug). JMarc