|
|
Choosing A Webhost: |
Re: Help/PostgreSQL crash: msg#00057db.postgresql.pgadmin.devel
blacknoz@xxxxxxxxxxxxxxxx wrote: Hi Andreas,Good suggestion! I was able to locate the problem. I couldn't fix it ultimately, but the attached patch, which should be added to our snapshot, is a workaround (posted to wx patches as 854137). For unkown reasons, while selecting an invalid color is returned, and setting that invalid color will result in a wxASSERT. Unfortunately, this happens while rendering, ultimately freezing the desktop while debugging. Regards,Eeh Aaaah! Regards, Andrreas Index: htmlcell.cpp =================================================================== RCS file: /pack/cvsroots/wxwindows/wxWindows/src/html/htmlcell.cpp,v retrieving revision 1.80 diff -c -r1.80 htmlcell.cpp *** htmlcell.cpp 2003/09/18 22:44:16 1.80 --- htmlcell.cpp 2003/12/04 16:22:39 *************** *** 366,372 **** dc.SetBackgroundMode(wxTRANSPARENT); dc.SetTextForeground(fg); dc.SetTextBackground(bg); ! dc.SetBackground(wxBrush(bg, wxSOLID)); } } --- 366,373 ---- dc.SetBackgroundMode(wxTRANSPARENT); dc.SetTextForeground(fg); dc.SetTextBackground(bg); ! if (bg.Ok()) ! dc.SetBackground(wxBrush(bg, wxSOLID)); } } ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | valuntil of pg_user, Hiroshi Saito |
|---|---|
| Next by Date: | Re: valuntil of pg_user, Dave Page |
| Previous by Thread: | Help/PostgreSQL crash, blacknoz |
| Next by Thread: | valuntil of pg_user, Hiroshi Saito |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |