Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Thomas Lübking
On Mittwoch, 19. März 2014 02:58:03 CEST, Ian Wadham wrote: This smells to me like a concurrency problem, e.g. a multi-threading error or, more likely perhaps, a multi-processing error, where MacPorts is running more than one meinproc4 at once during an installation run and they somehow start an

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Ian Wadham
Hi Luigi, Marko and Thomas, It's my birthday today, so it was a nice present to wake up here in Australia and find that you guys have been busy while I have been sleeping … :-) Today is my busy day when I present a weekly course on science for lay people, so I cannot join in on the meinproc4 hunt

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Thomas Lübking
On Mittwoch, 19. März 2014 00:29:48 CEST, mk-li...@email.de wrote: Hi Thomas, thanks for that clarification with code! :-) OK, now I see what you mean. I still wonder how and where you found this "str == NULL” issue… I must have seen some other stack trace then. Which one are you referring to

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread mk-lists
Hi Thomas, thanks for that clarification with code! :-) OK, now I see what you mean. I still wonder how and where you found this "str == NULL” issue… I must have seen some other stack trace then. Which one are you referring to, actually? Greets, Marko (who is now eventually truly off for tonig

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread mk-lists
So, I got all *.docbook files coming with kdelibs4 and copied them into a test directory and wrote a bash script which calls meinproc4 for every of those files. Of course there are now tons of warning because I obviously don’t have some needed files in certain directories which meinproc4 needs…

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Thomas Lübking
On Mittwoch, 19. März 2014 00:00:15 CEST, Luigi Toscano wrote: Yes, but it's more a workaround. It would be interesting to know why that string (which should contain some value, maybe) is NULL. Seems this can happen: http://idevapps.com/forum/showthread.php?tid=625 @Marko in kdelibs/kdecore/l

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread mk-lists
On 18 Mar 2014, at 23:56 , Thomas Lübking wrote: > is NULL, thus try with an initial > > if (str == NULL) > return QString(); I didn’t grasp this quickly where I should insert that code, to tell you the truth. ;-) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Luigi Toscano
Thomas Lübking wrote: > On Dienstag, 18. März 2014 23:26:34 CEST, mk-li...@email.de wrote: >> On 18 Mar 2014, at 23:15 , Luigi Toscano wrote: >>> Ok: I've seen the other message, but then I would start from this and make >>> sure that the stacktrace is the correct one. >> Hmm… > > According to th

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Luigi Toscano
mk-li...@email.de wrote: > Without doing any building of any port I’d want to just steal some XML/XSL > source files perhaps from KDELIBS and let meinproc4 work on them in an > endless loop. > Perhaps I’d be able to see it crash in the debugger so that we get a few more > stack traces. (Sorry, f

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Thomas Lübking
On Dienstag, 18. März 2014 23:26:34 CEST, mk-li...@email.de wrote: On 18 Mar 2014, at 23:15 , Luigi Toscano wrote: Ok: I've seen the other message, but then I would start from this and make sure that the stacktrace is the correct one. Hmm… According to the backtrace in the bug, the "str" par

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread mk-lists
Luigi, before I am off for tonight I verified that I can start meinproc4 with lldb. Works. All I’d need now would be big and complex files to work on. Without doing any building of any port I’d want to just steal some XML/XSL source files perhaps from KDELIBS and let meinproc4 work on them in a

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread mk-lists
On 18 Mar 2014, at 23:15 , Luigi Toscano wrote: > Ok: I've seen the other message, but then I would start from this and make > sure that the stacktrace is the correct one. Hmm… > Could you (or any other Mac user/developer) please try to > - recompile kdelibs with debug symbols Right now I am not

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Luigi Toscano
mk-li...@email.de wrote: > Hi Luigi, > > On 18 Mar 2014, at 14:33 , Luigi Toscano wrote: >> I wonder why it happens only here and not in other applications; the crash >> is >> in a innocent call to KGlobal. Do you know about similar crashes/stacktraces >> in other applications? > > I don’t kn

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread mk-lists
As shown in [1] I’ve got a working native KDE tutorial application started. So, now one could add whatever code you think is needed to test the issue observed with meinproc4. [1] http://mail.kde.org/pipermail/kdevelop/2014-March/018258.html >> Visit http://mail.kde.org/mailman/listinfo/kde-deve

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread mk-lists
Ages ago I was hunting a but in KDE’s about dialog and had set up a Mercurial repo for it on BitBucket [1]. One could use that location for the minor app which you’re suggesting. [1] https://bitbucket.org/mkae/kde-tests >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread mk-lists
Hi Luigi, On 18 Mar 2014, at 14:33 , Luigi Toscano wrote: > I wonder why it happens only here and not in other applications; the crash is > in a innocent call to KGlobal. Do you know about similar crashes/stacktraces > in other applications? I don’t know whether this stack trace is representat

[ANN] Registration for CppCon 2014 is Open

2014-03-18 Thread Boris Kolpackov
CppCon, The C++ Conference Opening Keynote by Bjarne Stroustrup September 7–12, 2014 Bellevue, Washington, USA Registration is now open for CppCon 2014 to be held September 7–12, 2014 at the Meydenbauer Center in Bellevue, Washington, USA. This year the conference starts with the keynote by Bj

GSoC Proposal : Cloud support for KDE application settings

2014-03-18 Thread Jinesh K J
Hi Devs, I have submitted my final GSoC proposal. Full proposal contents are given below. I really wish if some mentor could look into it and have their opinion. Thanks: *Organization:* KDE *Short description:* One of the problems that many users deal with on a daily basis is maintaining a consi

meinproc4 on Mac, KLocale (was Re: What to test for 4.13?)

2014-03-18 Thread Luigi Toscano
On Tuesday 18 of March 2014 15:09:08 Ian Wadham wrote: > Hi Luigi, > > On 18/03/2014, at 10:17 AM, Luigi Toscano wrote: > > I'm pretty sure meinproc4 does not depend on anything tex-related. It > > depends on libxml, libxslt, docbook-xml and docbook-xslt. Could you > > please try to investigate a

Re: video audio preview dolphin

2014-03-18 Thread Nowardev-Team
With webm it works :D , so it's only a codec issue :D i guess it's a bug in my distro Beta release i am really really happy with this :D https://www.youtube.com/watch?v=7OQuDUoTHEo 2014-03-17 17:48 GMT+01:00 Nowardev-Team : > > > yes kevin > > > i suspect that it's because i have compile only