wxMac CVS & pgadmin3

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>, wx-dev(at)lists(dot)wxwidgets(dot)org
Subject: wxMac CVS & pgadmin3
Date: 2005-04-14 16:00:14
Message-ID: 425E938E.9040304@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

I just got the pgadmin3 build running on old G3, which will become
the pgadmin build-daemon, providing nightly cvs build for pgadmin
on OSX.

I used wxWidgets CVS, mainly to see if it works... Hm.. well.. it doesn't
The resulting app starts, but crashes when I try to open a dialog ("Add Server",
"Preferences", ... )

Has anyone here (especially you, OpenMacNews ;-) ) done a build of pgadmin
with wxMac CVS that works? I'm not sure if I made a mistake while building,
or if it's really a wx bug.

Unfortunatly, I can't provide a decent backtrace, because I compiled everything
without debugging, and stripped the pgadmin binary :-(

Anyway, I case this helps, here is the backtrace I got
#0 0x00239510 in ?? ()
#1 0x0023b2a8 in ?? ()
#2 0x0023b7d8 in ?? ()
#3 0x927d1fa0 in DispatchEventToHandlers ()
#4 0x927d2214 in SendEventToEventTargetInternal ()
#5 0x927d6694 in SendEventToEventTargetWithOptions ()
#6 0x9281312c in SendBoundsChangeEvent(OpaqueWindowPtr*, unsigned char, Rect const*, Rect const*,
Rect*, unsigned long) ()
#7 0x9280f434 in MoveResizeWindowInternal(WindowData*, short, short, short, short, unsigned char,
unsigned char, unsigned char, unsigned char, Rect const*, unsigned long) ()
#8 0x92850a8c in SetWindowBoundsInternal(OpaqueWindowPtr*, unsigned short, Rect const*, Rect
const*, unsigned long) ()
#9 0x0023cf84 in ?? ()
#10 0x00236b60 in ?? ()
#11 0x00236cd4 in ?? ()
#12 0x00322be4 in ?? ()
#13 0x001d8c10 in ?? ()
#14 0x001d8384 in ?? ()
#15 0x001d5284 in ?? ()
#16 0x000964c0 in ?? ()
#17 0x000bc904 in ?? ()
#18 0x000a78d4 in ?? ()
#19 0x001c428c in ?? ()
#20 0x001c3a20 in ?? ()
#21 0x001c4438 in ?? ()
#22 0x0022a9ac in ?? ()
#23 0x001e8f68 in ?? ()
#24 0x001e9118 in ?? ()
#25 0x927d1fa0 in DispatchEventToHandlers ()
#26 0x927d2214 in SendEventToEventTargetInternal ()
#27 0x92828ac8 in CallNextEventHandler ()
#28 0x92822c38 in SystemAppMenuHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#29 0x927d1fa0 in DispatchEventToHandlers ()
#30 0x927d2214 in SendEventToEventTargetInternal ()
#31 0x927e46bc in SendEventToEventTarget ()
#32 0x927f96b4 in SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long,
unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) ()
#33 0x92891874 in SendMenuItemSelectedEvent ()
#34 0x92893450 in FinishMenuSelection(MenuData*, MenuResult*, MenuResult*, unsigned long, unsigned
long, unsigned long) ()
#35 0x9285d764 in MenuSelectCore(Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) ()
#36 0x92883b64 in MenuSelect ()
#37 0x0023a9c8 in ?? ()
#38 0x001e9198 in ?? ()
#39 0x927d1fa0 in DispatchEventToHandlers ()
#40 0x927d2214 in SendEventToEventTargetInternal ()
#41 0x927e46bc in SendEventToEventTarget ()
#42 0x92913538 in HandleMouseEvent(OpaqueEventRef*) ()
#43 0x927e2c5c in ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) ()
#44 0x927d205c in DispatchEventToHandlers ()
#45 0x927d2214 in SendEventToEventTargetInternal ()
#46 0x927e46bc in SendEventToEventTarget ()
#47 0x001e9f2c in ?? ()
#48 0x001e9ec4 in ?? ()
#49 0x001e9ad8 in ?? ()
#50 0x001bc9b0 in ?? ()
#51 0x000029bc in ?? ()
#52 0x000023f8 in ?? ()
#53 0x8fe1a558 in __dyld__dyld_start ()

greetings, Florian Pflug

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message cvs 2005-04-14 16:04:25 CVS Commit by dpage: Updates for future wx2.6.
Previous Message Dave Page 2005-04-14 15:49:28 Re: self-fubar'ed? consistent make failures (undef'd symbols) on OSX ...