Re: New wx patch - Mailing list pgadmin-hackers

From Dave Page
Subject Re: New wx patch
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B84C5C6A@mail.vale-housing.co.uk
Whole thread Raw
In response to New wx patch  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: New wx patch  (Andreas Pflug <pgadmin@pse-consulting.de>)
List pgadmin-hackers

> -----Original Message-----
> From: Andreas Pflug [mailto:pgadmin@pse-consulting.de]
> Sent: 27 October 2003 12:04
> To: Dave Page
> Cc: pgadmin-hackers
> Subject: Re: [pgadmin-hackers] New wx patch
>
> Dave Page wrote:
>
> >
> >Probably a good thing because 20031026 doesn't work.
> >
>
> I'm not too surprised...
> As long as there's not a real good reason (major platform
> enhancement,
> release) there's no reason to try cvs head. All new wx
> controls we need
> are contained in the pgAdmin3 sources.

Although I now find that 20031010 hangs in the same way :-(

No logfile is created.

Regards, Dave.

root@snake:/usr/local/src/pgadmin3# gdb src/pgadmin3
GNU gdb 5.3
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-slackware-linux"...
(gdb) run
Starting program: /usr/local/src/pgadmin3/src/pgadmin3
[New Thread 16384 (LWP 14288)]

Program received signal SIGINT, Interrupt.
[Switching to Thread 16384 (LWP 14288)]
0x40795d61 in sigsuspend () from /lib/libc.so.6
Current language:  auto; currently c
(gdb) bt
#0  0x40795d61 in sigsuspend () from /lib/libc.so.6
#1  0x40722128 in __pthread_wait_for_restart_signal ()
   from /lib/libpthread.so.0
#2  0x407243cc in __pthread_alt_lock () from /lib/libpthread.so.0
#3  0x40720490 in pthread_mutex_lock () from /lib/libpthread.so.0
#4  0x085db7c5 in wxMutexInternal::Lock() (this=0x88c4280)
    at src/unix/threadpsx.cpp:244
#5  0x085de6de in wxMutex::Lock() (this=0x88bff80) at include/wx/thrimpl.cpp:44
#6  0x085df145 in wxCriticalSection::Enter() (this=0x88bff80)
    at include/wx/thread.h:270
#7  0x085df19b in wxCriticalSectionLocker (this=0xbffff1c0, cs=@0x88bff80)
    at include/wx/thread.h:285
#8  0x085ad873 in wxVLogError(wchar_t const*, char*) (szFormat=0x87430c0,
    argptr=0xbffff204 "ôÆ\216\b(òÿ¿v\030~@") at src/common/log.cpp:167
#9  0x085ad8fc in wxLogError(wchar_t const*, ...) (szFormat=0x87430c0)
    at src/common/log.cpp:167
#10 0x085ba1f0 in wxCSConv::DoCreate() const (this=0x88c2038)
    at src/common/strconv.cpp:1420
#11 0x085ba297 in wxCSConv::CreateConvIfNeeded() const (this=0x88c2038)
    at src/common/strconv.cpp:1448
#12 0x085ba34f in wxCSConv::WC2MB(char*, wchar_t const*, unsigned) const (
    this=0x88c2038, buf=0x0, psz=0x8740998, n=0) at src/common/strconv.cpp:1474
#13 0x085b8433 in wxMBConv::cWC2MB(wchar_t const*) const (this=0x88c2038,
    pwz=0x8740998) at src/common/strconv.cpp:187
#14 0x085baab5 in wxMBConv::cWX2MB(wchar_t const*) const (this=0x88c2038,
    psz=0x8740998) at include/wx/strconv.h:56
#15 0x085cc971 in wxStrftime(wchar_t*, unsigned, wchar_t const*, tm const*) (
    s=0xbffff400, max=256, fmt=0x8740998, tm=0x4089e920)
    at src/common/wxchar.cpp:1312
#16 0x085ae5a2 in wxLog::TimeStamp(wxString*) (str=0xbffff840)
    at src/common/log.cpp:456
#17 0x085aea8c in wxLogStderr::DoLogString(wchar_t const*, long) (
    this=0x88d8078, szString=0x88ebf44) at src/common/log.cpp:542
#18 0x085ae759 in wxLog::DoLog(unsigned long, wchar_t const*, long) (
    this=0x88d8078, level=1, szString=0x88bbf80, t=1067258475)
    at src/common/log.cpp:478
#19 0x085af2d3 in wxLog::OnLog(unsigned long, wchar_t const*, long) (level=1,
    szString=0x88bbf80, t=1067258475) at include/wx/log.h:141
#20 0x085ad8a5 in wxVLogError(wchar_t const*, char*) (szFormat=0x87430c0,
    argptr=0xbffff944 "¤Ï\216\bhùÿ¿v\030~@") at src/common/log.cpp:167
#21 0x085ad8fc in wxLogError(wchar_t const*, ...) (szFormat=0x87430c0)
    at src/common/log.cpp:167
#22 0x085ba1f0 in wxCSConv::DoCreate() const (this=0x88c2038)
    at src/common/strconv.cpp:1420
#23 0x085ba297 in wxCSConv::CreateConvIfNeeded() const (this=0x88c2038)
    at src/common/strconv.cpp:1448
#24 0x085ba2bb in wxCSConv::MB2WC(wchar_t*, char const*, unsigned) const (
    this=0x88c2038, buf=0x0,
    psz=0xbffffcb7 "/usr/local/src/pgadmin3/src/pgadmin3", n=0)
    at src/common/strconv.cpp:1455
#25 0x085b8316 in wxMBConv::cMB2WC(char const*) const (this=0x88c2038,
    psz=0xbffffcb7 "/usr/local/src/pgadmin3/src/pgadmin3")
    at src/common/strconv.cpp:167
#26 0x085baa8f in wxMBConv::cMB2WX(char const*) const (this=0x88c2038,
    psz=0xbffffcb7 "/usr/local/src/pgadmin3/src/pgadmin3")
    at include/wx/strconv.h:55
#27 0x0859cdee in ConvertArgsToUnicode (argc=1, argv=0xbffffbb4)
    at src/common/init.cpp:181
#28 0x0859d47e in wxEntry(int&, char**) (argc=@0xbffffb60, argv=0xbffffbb4)
    at src/common/init.cpp:461
#29 0x0819e364 in main (argc=1, argv=0xbffffbb4) at pgAdmin3.cpp:78
#30 0x40781bb4 in __libc_start_main () from /lib/libc.so.6
(gdb)

pgadmin-hackers by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: New wx patch
Next
From: Andreas Pflug
Date:
Subject: Re: New wx patch