Re: [SailfishDevel] Fwd: QtCreator issues

2014-07-17 Thread Juha Kallioinen

On 17.07.2014 00:41, Stijn Devriendt wrote:

Hi Juha,

Been debugging a bit more until I got this:
Breakpoint 1, 0x7fffeb54bd40 in QTime::QTime(int, int, int, 
int)@plt () from /usr/lib64/libkdecore.so.5

(gdb) bt
#0  0x7fffeb54bd40 in QTime::QTime(int, int, int, int)@plt () from 
/usr/lib64/libkdecore.so.5

#1  0x77de9be6 in call_init () from /lib64/ld-linux-x86-64.so.2
#2  0x77de9cca in _dl_init_internal () from 
/lib64/ld-linux-x86-64.so.2
#3  0x77dedd99 in dl_open_worker () from 
/lib64/ld-linux-x86-64.so.2

...

Hi thanks for debugging,

I can't figure out the reason yet, just a quick report.

I can reproduce the failure here in Sabayon KDE 14.07 version, but not 
in the GNOME version.


I could not reproduce it in Kubuntu 14.04 (also uses KDE, version 4.13.2).

One system library caught my eye, Sabayon loads libpng16.so.16 and 
Kubuntu loads libpng12.so.0, although I'm sure I've built Qt so that it 
would use the qt plugin and not system libpng. But maybe it doesn't 
affect that code path yet.


Best regards,
 Juha

___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

[SailfishDevel] Fwd: QtCreator issues

2014-07-16 Thread Stijn Devriendt
Hi,

I'm having segfaults when starting the Qt Creator from the July SDK:
kernel: qtcreator[3217]: segfault at a1d46 ip 000a1d46 sp
7fff634493e8 error 14 in qtcreator[40+13000]

Issue is reproducible; OS is the latest Sabayon Linux 64bit.
I can send coredump on request.

Let me know if I can be of further assistance.

Regards,
Stijn
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Fwd: QtCreator issues

2014-07-16 Thread Juha Kallioinen
Hi,

sorry to hear that.

Did the previous version 1406 or some earlier version work for you in the same 
host?

Please send core dump to me and if you could also provide an strace log of 
starting Qt Creator:

$ strace -o output.log -s 512 installdir/bin/qtcreator

Also please mention which Sabayon variant do you use, gnome/kde/xfce?

Best regards,
 Juha


From: devel-boun...@lists.sailfishos.org [devel-boun...@lists.sailfishos.org] 
on behalf of Stijn Devriendt [high...@gmail.com]
Sent: Wednesday, July 16, 2014 7:50 PM
To: devel@lists.sailfishos.org
Subject: [SailfishDevel] Fwd: QtCreator issues

Hi,

I'm having segfaults when starting the Qt Creator from the July SDK:
kernel: qtcreator[3217]: segfault at a1d46 ip 000a1d46 sp 
7fff634493e8 error 14 in qtcreator[40+13000]

Issue is reproducible; OS is the latest Sabayon Linux 64bit.
I can send coredump on request.

Let me know if I can be of further assistance.

Regards,
Stijn
___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org

Re: [SailfishDevel] Fwd: QtCreator issues

2014-07-16 Thread Stijn Devriendt
 32400:
 32400:
 32400: calling init:
/home/stijn/SailfishOS/bin/../lib/qtcreator/libQtDBus.so.4
 32400:
 32400: symbol=__cxa_atexit;  lookup in file=./qtcreator [0]
 32400: symbol=__cxa_atexit;  lookup in
file=/home/stijn/SailfishOS/bin/../lib/qtcreator/libExtensionSystem.so.1 [0]
 32400: symbol=__cxa_atexit;  lookup in
file=/home/stijn/SailfishOS/bin/../lib/qtcreator/libAggregation.so.1 [0]
 32400: symbol=__cxa_atexit;  lookup in
file=/home/stijn/SailfishOS/bin/../lib/qtcreator/libQtGui.so.4 [0]
 32400: symbol=__cxa_atexit;  lookup in
file=/home/stijn/SailfishOS/bin/../lib/qtcreator/libQtNetwork.so.4 [0]
 32400: symbol=__cxa_atexit;  lookup in
file=/home/stijn/SailfishOS/bin/../lib/qtcreator/libQtCore.so.4 [0]
 32400: symbol=__cxa_atexit;  lookup in file=/lib64/libpthread.so.0
[0]
 32400: symbol=__cxa_atexit;  lookup in
file=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/libstdc++.so.6 [0]
 32400: symbol=__cxa_atexit;  lookup in file=/lib64/libm.so.6 [0]
 32400: symbol=__cxa_atexit;  lookup in file=/lib64/libgcc_s.so.1
[0]
 32400: symbol=__cxa_atexit;  lookup in file=/lib64/libc.so.6 [0]
 32400: binding file
/home/stijn/SailfishOS/bin/../lib/qtcreator/libQtDBus.so.4 [0] to
/lib64/libc.so.6 [0]: normal symbol `__cxa_atexit' [GLIBC_2.2.5]
 32400:
 32400: calling init: /usr/lib64/libkdecore.so.5
 32400:

I'll look a bit further if this is a known KDE problem.

Thanks,
Stijn



On Wed, Jul 16, 2014 at 10:18 PM, Juha Kallioinen juha.kallioi...@jolla.com
 wrote:

  Hi,

  thanks for the logs! I'll check them tomorrow.

  We don't ship debug symbols for the installer binaries anywhere, sorry.

  If you want to build your own qt creator, its sources are here (master
 branch)

  https://github.com/sailfish-sdk/sailfish-qtcreator

  Here are the build scripts used to build it (buildqtc.sh). The readme
 lists required build deps in the old linux environment.

  https://github.com/sailfish-sdk/sdk-build-tools

  If you choose to build your own version, specify the variant with the
 buildqtc.sh script option -v SailfishAlpha4 so that it uses the same
 configuration directory as the one from the installer.

  I'm leaving on my summer vacation on Friday, so I won't be around for
 about a month to debug this :-)

  Best regards,
  Juha

  --
 *From:* Stijn Devriendt [high...@gmail.com]
 *Sent:* Wednesday, July 16, 2014 10:50 PM
 *To:* Juha Kallioinen
 *Subject:* Re: [SailfishDevel] Fwd: QtCreator issues

   Hi Juha,

  Please find the coredump and strace output attached.
 This is the first version I'm trying at all.
 The Sabayon variant is KDE-based (4.13).

  I do embedded Linux during the dayjob; I'm familiar
 with debugging and stuff so I should be fine if you need
 me to do some advanced stuff.

  Does Jolla ship debug symbols for the tools somewhere?

  Thanks,
 Stijn



 On Wed, Jul 16, 2014 at 9:26 PM, Juha Kallioinen 
 juha.kallioi...@jolla.com wrote:

  Hi,

  sorry to hear that.

  Did the previous version 1406 or some earlier version work for you in
 the same host?

  Please send core dump to me and if you could also provide an strace log
 of starting Qt Creator:

  $ strace -o output.log -s 512 installdir/bin/qtcreator

  Also please mention which Sabayon variant do you use, gnome/kde/xfce?

  Best regards,
  Juha

  --
 *From:* devel-boun...@lists.sailfishos.org [
 devel-boun...@lists.sailfishos.org] on behalf of Stijn Devriendt [
 high...@gmail.com]
 *Sent:* Wednesday, July 16, 2014 7:50 PM
 *To:* devel@lists.sailfishos.org
 *Subject:* [SailfishDevel] Fwd: QtCreator issues

 Hi,

  I'm having segfaults when starting the Qt Creator from the July SDK:
 kernel: qtcreator[3217]: segfault at a1d46 ip 000a1d46 sp
 7fff634493e8 error 14 in qtcreator[40+13000]

  Issue is reproducible; OS is the latest Sabayon Linux 64bit.
 I can send coredump on request.

  Let me know if I can be of further assistance.

  Regards,
 Stijn

 ___
 SailfishOS.org Devel mailing list
 To unsubscribe, please send a mail to
 devel-unsubscr...@lists.sailfishos.org



___
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to devel-unsubscr...@lists.sailfishos.org