Vadim Zeitlin | 12 Feb 2010 23:49

Re: compile error with latest wx trunk

On Fri, 20 Nov 2009 19:24:48 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> I didn't have it yesterday:
NB> 
NB> c++ -I/a/M/M.build.gtk2.nonutf8/include -I/a/M/M/include -DNO_IDEA 
NB> -DNO_DSA -DOPENSSL_NO_KRB5  -DDEBUG -DDEBUG_nerijus 
NB> -I/a/M/wxWindows.29/build.gtk2.nonutf8/lib/wx/include/gtk2-unicode-2.9 
NB> -I/a/M/wxWindows.29/wxWidgets/include -D_FILE_OFFSET_BITS=64 
NB> -DWXUSINGDLL -D__WXGTK__ -I/a/M/M.build.gtk2.nonutf8/lib/imap/c-client 
NB> -I/a/M/M/lib/compface -I/a/M/M/src/wx/vcard -fno-rtti 
NB> -fno-operator-names -pthread   -g3 -O0 -MMD -Wall -MMD -MF 
NB> ../include/Mpch.d -o ../include/Mpch.h.gch .src/../include/Mpch.h
NB> In file included from /a/M/wxWindows.29/wxWidgets/include/wx/wx.h:25,
NB>                   from .src/../include/Mpch.h:27:
NB> /a/M/wxWindows.29/wxWidgets/include/wx/event.h: In member function 
NB> 'virtual bool wxObjectEventFunctor::IsMatching(const wxEventFunctor&) 
NB> const':
NB> /a/M/wxWindows.29/wxWidgets/include/wx/event.h:239: error: cannot use 
NB> typeid with -fno-rtti

 FWIW I still don't see this with latest wx and everything. I did see the
error due to no -fno-exceptions which you had mentioned even earlier and
fixed it with r63474 in wx itself.

 Regards,
VZ
------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
(Continue reading)

Vadim Zeitlin | 16 Feb 2010 00:58
Favicon

Re: assert "can't call Profile methods before CreateGlobalConfig()"

On Fri, 20 Nov 2009 17:35:23 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> On Thu, 19 Nov 2009 19:31:23 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:
NB> 
NB> NB> VZ>  It would be interesting to know why did it decide to quit. I have a strong
NB> NB> VZ> suspicion that it had already crashed in fact and was trying to exit via
NB> NB> VZ> OnFatalException() when it crashed again.
NB> NB> 
NB> NB> Seems so.
NB> 
NB> Tried to bissect wx, as I don't remember having such problem before. Went back to
NB> 2009-8-1, didn't help. So I suspect it's gtk2 2.16->2.18 (i.e. Fedora 11->12) upgrade,
NB> could it be so? I get quite a lot of such messages... :(

 I could reproduce this problem too. It has probably nothing to do with wx
but I still don't know why did it start happening (relatively) recently
only as I don't see any relevant changes in src/util/matchurl.cpp but this
is where the bug was: strutil_findurl() just didn't check the FindURL()
return value correctly. I fixed this in git now, please let me know if you
still see the problem.

 BTW, my suspicion above was almost correct: it didn't really crash but an
unhandled C++ exception was thrown (by std::string) so the program was
still terminating.

 Regards,
VZ
------------------------------------------------------------------------------
(Continue reading)

Nerijus Baliunas | 18 Feb 2010 23:10
Picon

Re: compile error with latest wx trunk

On Fri, 12 Feb 2010 23:49:51 +0100 Vadim Zeitlin <vz-mahogany <at> zeitlins.org> wrote:

VZ>  FWIW I still don't see this with latest wx and everything. I did see the
VZ> error due to no -fno-exceptions which you had mentioned even earlier and
VZ> fixed it with r63474 in wx itself.

I don't see it anymore.

Regards,
Nerijus

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Nerijus Baliunas | 18 Feb 2010 23:14
Picon

Re: switch to Git

On Sun, 13 Dec 2009 15:24:19 +0100 Vadim Zeitlin <vadim <at> wxwindows.org> wrote:

VZ> The only problem I see so far is that it's apparently impossible to send
VZ> email from SF servers. So the cia.vc hook script doesn't work (which is not
VZ> a big deal) but, worse, sending notifications about commits doesn't work
VZ> neither. 

RSS feed usually works (http://mahogany.git.sourceforge.net/git/gitweb.cgi?p=mahogany/M;a=rss
for example), but it seems to show changes only after a few days. My recent commit
is still not shown.

Regards,
Nerijus

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Nerijus Baliunas | 25 Feb 2010 01:35
Picon

zombie processes

Hello,

applications which I use, for example, to open web links become zombies after
closing:
 8410 pts/1    Z+     0:02 [epiphany] <defunct>
It happens with both epiphany and konqueror. But it doesn't happen when I open
pdf with evince or pictures with gqview.
Zombies disappear when I close M. Any ideas?

Regards,
Nerijus

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Nerijus Baliunas | 25 Feb 2010 15:55
Picon

Re: zombie processes

On Thu, 25 Feb 2010 02:35:29 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> applications which I use, for example, to open web links become zombies after
NB> closing:
NB>  8410 pts/1    Z+     0:02 [epiphany] <defunct>
NB> It happens with both epiphany and konqueror. But it doesn't happen when I open
NB> pdf with evince or pictures with gqview.
NB> Zombies disappear when I close M. Any ideas?

And in console, from where I started M, I see:
16:27:58: Debug: Child process (PID 10809) still alive but pipe closed so generating a close notification

$ ps axw|grep 10809
10809 pts/1    Z+     0:00 [epiphany] <defunct>

Regards,
Nerijus

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Nerijus Baliunas | 1 Mar 2010 23:09
Picon

segfault

Hello,

I killed M and now it crashes when starting (note, it wants to restore 
composed message):

#0  0xb7a94a19 in wxClipboardSync::~wxClipboardSync (this=0xbfffe3cf,
     __in_chrg=<value optimized out>) at ../wxWidgets/src/gtk/clipbrd.cpp:79
#1  0xb7a9372d in wxClipboard::DoIsSupported (this=0x888a190, format=...)
     at ../wxWidgets/src/gtk/clipbrd.cpp:555
#2  0xb7a94061 in wxClipboard::GetData (this=0x888a190, data=...)
     at ../wxWidgets/src/gtk/clipbrd.cpp:683
#3  0x080fab7f in (anonymous namespace)::TryToGetAddressFromClipboard ()
     at .src/gui/wxComposeView.cpp:279
#4  0x080ffc08 in wxComposeView::Create (this=0x87850e8, 
parentProfile=0x8604890)
     at .src/gui/wxComposeView.cpp:2426
#5  0x080fcf27 in CreateComposeView (profile=0x8604890, params=..., 
mode=Mode_Mail, kind=Message_New)
     at .src/gui/wxComposeView.cpp:1659
#6  0x080fd08c in Composer::CreateNewMessage (params=..., profile=0x8604890)
     at .src/gui/wxComposeView.cpp:1704
#7  0x080fd29a in Composer::EditMessage (profile=0x8604890, msg=0x8784660)
     at .src/gui/wxComposeView.cpp:1763
#8  0x0810d9ed in Composer::RestoreAll () at .src/gui/wxComposeView.cpp:5631
#9  0x080b8f89 in MAppBase::ContinueStartup (this=0x84bc828) at 
.src/classes/MApplication.cpp:255
#10 0x080ba884 in MAppBase::OnStartup (this=0x84bc828) at 
.src/classes/MApplication.cpp:629
#11 0x08164af7 in wxMApp::OnInit (this=0x84bc6d8) at 
.src/gui/wxMApp.cpp:1152
(Continue reading)

Nerijus Baliunas | 1 Mar 2010 23:26
Picon

Re: segfault

On Tue, 02 Mar 2010 00:09:42 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> I killed M and now it crashes when starting (note, it wants to restore 
NB> composed message):

M starts after I deleted saved composed message from ~/.M/composer.

Regards,
Nerijus

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
Vadim Zeitlin | 2 Mar 2010 00:48

Re: segfault

On Tue, 02 Mar 2010 00:09:42 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> I killed M and now it crashes when starting (note, it wants to restore 
NB> composed message):

 Thanks for the stack trace, it's pretty clear for once: apparently we
can't use the clipboard before the application is fully initialized under
Linux. And indeed, I could reproduce the problem even in the minimal sample
with a tiny modification. This should be fixed now in wx svn (r63599),
please let me know if it happens again.

 Thanks,
VZ
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Mahogany-Developers mailing list
Mahogany-Developers <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Gmane