Обсуждение: Beta 2 problem
Hi Andreas,
Just packaging beta 2. Windows build seems fine, however on Snake
(slackware 9) it crashes with a seg fault right after language
selection, for reasons I haven't figured out. Snake has the latest wx
tarball (with the grid fix), and PostgreSQL 7.4b2 libraries.
Any ideas?
Regards, Dave.
#0 0x4030468e in gtk_drag_dest_set () from /usr/lib/libgtk-x11-2.0.so.0
#1 0x0836918d in wxDropTarget::RegisterWidget(_GtkWidget*)
(this=0x88ee048,
widget=0x837cd90) at src/gtk/dnd.cpp:520
#2 0x0837bbff in wxWindow::SetDropTarget(wxDropTarget*)
(this=0x88e9638,
dropTarget=0x88ee048) at src/gtk/window.cpp:4246
#3 0x40193ef6 in ScintillaWX::Initialise() (this=0x88ea788)
at ScintillaWX.cpp:158
#4 0x40193ce3 in ScintillaWX (this=0x88ea788, win=0x88e9638)
at ScintillaWX.cpp:141
#5 0x40197d8a in wxStyledTextCtrl (this=0x88e9638, parent=0x88a1df8,
id=304,
pos=@0x8774244, size=@0x877423c, style=33587248, name=@0xbffff4a0)
at stc.cpp:147
#6 0x081ddc0e in ctlSQLBox (this=0x88e9638, parent=0x88a1df8, id=304,
pos=@0x8774244, size=@0x877423c, style=33587248)
at /usr/local/include/wx/string.h:325
#7 0x081fe907 in frmMain (this=0x88c75d8, title=@0xbffff750,
pos=@0xbffff6f0,
size=@0xbffff6e0) at ui/frmMain.cpp:251
#8 0x0816fe91 in pgAdmin3::OnInit() (this=0x8785510)
at /usr/local/include/wx/string.h:325
#9 0x08171577 in wxAppConsole::CallOnInit() (this=0x879d460)
at /usr/local/include/wx/app.h:101
#10 0x082fe4da in wxEntry(int&, wchar_t**) (argc=@0xbffff890,
argv=0x877b2b8)
at src/common/init.cpp:395
#11 0x082fe59c in wxEntry(int&, char**) (argc=@0xbffff890,
argv=0xbffff8e4)
Dave Page wrote: >Hi Andreas, > >Just packaging beta 2. Windows build seems fine, however on Snake >(slackware 9) it crashes with a seg fault right after language >selection, for reasons I haven't figured out. Snake has the latest wx >tarball (with the grid fix), and PostgreSQL 7.4b2 libraries. > >Any ideas? > Crashing while preparing STC for Drag and Drop... We never touched this, and I don't see how any change of ours could affect this. Try recompiling wx and stc. Regards, Andreas
> -----Original Message----- > From: Andreas Pflug [mailto:pgadmin@pse-consulting.de] > Sent: 02 September 2003 15:07 > To: Dave Page > Cc: pgadmin-hackers@postgresql.org > Subject: Re: [pgadmin-hackers] Beta 2 problem > > > Dave Page wrote: > > >Hi Andreas, > > > >Just packaging beta 2. Windows build seems fine, however on Snake > >(slackware 9) it crashes with a seg fault right after language > >selection, for reasons I haven't figured out. Snake has the > latest wx > >tarball (with the grid fix), and PostgreSQL 7.4b2 libraries. > > > >Any ideas? > > > Crashing while preparing STC for Drag and Drop... We never > touched this, > and I don't see how any change of ours could affect this. > Try recompiling wx and stc. Hmm, took a complete delete and reinstall. Must have been some junk in there... Thanks, Dave. Regards, Dave.
Dave Page wrote: > > >>-----Original Message----- >>From: Andreas Pflug [mailto:pgadmin@pse-consulting.de] >>Sent: 02 September 2003 15:07 >>To: Dave Page >>Cc: pgadmin-hackers@postgresql.org >>Subject: Re: [pgadmin-hackers] Beta 2 problem >> >> >>Dave Page wrote: >> >> >> >>>Hi Andreas, >>> >>>Just packaging beta 2. Windows build seems fine, however on Snake >>>(slackware 9) it crashes with a seg fault right after language >>>selection, for reasons I haven't figured out. Snake has the >>> >>> >>latest wx >> >> >>>tarball (with the grid fix), and PostgreSQL 7.4b2 libraries. >>> >>>Any ideas? >>> >>> >>> >>Crashing while preparing STC for Drag and Drop... We never >>touched this, >>and I don't see how any change of ours could affect this. >>Try recompiling wx and stc. >> >> > >Hmm, took a complete delete and reinstall. Must have been some junk in >there... > > I like this kind of bugs. From now on, if I get an error message I'll simply suggest "recompile" and charge the fee :-) Regards, Andreas
Hi Andreas. Make a line feed within the final line though it may be boring. ui/frmEditGrid.cpp:1751:2: warning: no newline at end of file It is FreeBSD. Regrads, Hiroshi Saito