[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-08-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

Xisco Faulí  changed:

   What|Removed |Added

 CC||acupunct...@cgocable.ca

--- Comment #12 from Xisco Faulí  ---
*** Bug 125966 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-08-09 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

Xisco Faulí  changed:

   What|Removed |Added

 CC||jfuqu...@gmail.com

--- Comment #11 from Xisco Faulí  ---
*** Bug 126782 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

--- Comment #10 from Jan-Marek Glogowski  ---
(In reply to Xisco Faulí from comment #9)
> i guess we can close this as a duplicate of bug 126272
> 
> *** This bug has been marked as a duplicate of bug 126272 ***

It's still not sure that this is the same setup. But it's fixed, so I don't
care much, if it's really a dup.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

Xisco Faulí  changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #9 from Xisco Faulí  ---
i guess we can close this as a duplicate of bug 126272

*** This bug has been marked as a duplicate of bug 126272 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

deme...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|NEEDINFO|RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

--- Comment #8 from deme...@gmail.com ---
(In reply to demeler from comment #7)
> (In reply to Jan-Marek Glogowski from comment #6)
> > Quoting from your mail (please just use bugzilla, as nobody else can follow
> > mail replies):
> > 
> > > xiscofa...@libreoffice.org identified the issue - this works:
> > >
> > > 'SAL_USE_VCLPLUGIN=gen /opt/libreoffice6.2/program/soffice'
> > >
> > > Do you still want me to use the latest build?
> > 
> > That would be great.
> 
> I tried this file:
> libreoffice-6-2~2019-07-11_09.35.49_LibreOfficeDev_6.2.6.0.0_Linux_x86-
> 64_rpm.tar.gz
> from the current directory. After installing it with 'yum localinstall *rpm'
> I could not find 'soffice' in this distribution. Is there another file I
> should have downloaded for the rpm-based distribution?
> 
> 
> > Xiscos command is just a workaround, so LO uses the x11 / gen backend to
> > handle stuff. No more theming, native file pickers, Desktop settings lookup,
> > etc.
> > 
> > > If this is related to Qt, I do have a custom Qt *5* installation on my
> > > CentOS 7 box. Not sure if this could interfere.
> > 
> > Would be interesting to know, if your Qt version is >= 5.9. If not it's a
> > good indicator, that this is the same problem then bug 126272.
> 
> My Qt version is 5.11.1
> 
> 
> > 
> > (In reply to demeler from comment #5)
> > > Version: 6.2.5.2
> > > Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
> > > CPU threads: 6; OS: Linux 3.10; UI render: default; VCL: x11; 
> > > Locale: en-US (en_US.UTF-8); UI-Language: en-US
> > > Calc: threaded
> > 
> > No - that is from Xiscos command :-)
> > 
> > I was interested in the same from your previous working version (6.2.3 I
> > assume). As you can see it says "VCL: x11". I expect your previous version
> > says "VCL: kde4".
> 
> You are right!
> 
> I was able to run 6.1, here is the "About" statement:
> Version: 6.1.6.3
> Build ID: 5896ab1714085361c45cf540f76f60673dd96a72
> CPU threads: 6; OS: Linux 3.10; UI render: default; VCL: kde4; 
> Locale: en-US (en_US.UTF-8); Calc: group threaded
> 
> > And I expect the current daily build to say "VCL: kde5" and not crash. If
> > you are interested in more background info you can read bug 126272, which
> > has some larger analysis of the potential origins of the crashes. Nobody
> > knows yet why LO is crashing, but I implemented some possible fixes.
> > 
> > (In reply to demeler from comment #0)
> > > I tried to find out if there were any missing dynamic libs, like this:
> > > 
> > > ldd ./soffice.bin | grep found
> > > 
> > > which should show any missing libs, but nothing is missing.
> > 
> > Yup - this is just the main program. But depending on the detected
> > environment LO loads different VCL plugins (libvclplug_*lo.so), which are
> > linked to the libraries of your DE, like gtk3, kde4, kde5 or just x11 (gen).
> 
> At this point it would be helpful to get a link to the latest build RPM
> tar.gz archive *file* that I can download and test again.
> 
> Thanks!

Folks...
Apologies, I had checked the wrong directory. The file I downloaded has
everything I need. I verified it works! So the recent changes to the
development version take care of the problem :)

Here is the "About" info from the development version:
Version: 6.2.6.0.0+
Build ID: 45cf5d55221b92e395948cb2e36d6ae6f056b1a3
CPU threads: 6; OS: Linux 3.10; UI render: default; VCL: kde4; 
TinderBox: Linux-rpm_deb-x86_64@86-TDF, Branch:libreoffice-6-2, Time:
2019-07-11_09:35:49
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: CL

It is not showing kde5 since I doubt CentOS 7 is already switched to kde5, so
it is still kde4.

Thank you all!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

--- Comment #7 from deme...@gmail.com ---
(In reply to Jan-Marek Glogowski from comment #6)
> Quoting from your mail (please just use bugzilla, as nobody else can follow
> mail replies):
> 
> > xiscofa...@libreoffice.org identified the issue - this works:
> >
> > 'SAL_USE_VCLPLUGIN=gen /opt/libreoffice6.2/program/soffice'
> >
> > Do you still want me to use the latest build?
> 
> That would be great.

I tried this file:
libreoffice-6-2~2019-07-11_09.35.49_LibreOfficeDev_6.2.6.0.0_Linux_x86-64_rpm.tar.gz
from the current directory. After installing it with 'yum localinstall *rpm' I
could not find 'soffice' in this distribution. Is there another file I should
have downloaded for the rpm-based distribution?


> Xiscos command is just a workaround, so LO uses the x11 / gen backend to
> handle stuff. No more theming, native file pickers, Desktop settings lookup,
> etc.
> 
> > If this is related to Qt, I do have a custom Qt *5* installation on my
> > CentOS 7 box. Not sure if this could interfere.
> 
> Would be interesting to know, if your Qt version is >= 5.9. If not it's a
> good indicator, that this is the same problem then bug 126272.

My Qt version is 5.11.1


> 
> (In reply to demeler from comment #5)
> > Version: 6.2.5.2
> > Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
> > CPU threads: 6; OS: Linux 3.10; UI render: default; VCL: x11; 
> > Locale: en-US (en_US.UTF-8); UI-Language: en-US
> > Calc: threaded
> 
> No - that is from Xiscos command :-)
> 
> I was interested in the same from your previous working version (6.2.3 I
> assume). As you can see it says "VCL: x11". I expect your previous version
> says "VCL: kde4".

You are right!

I was able to run 6.1, here is the "About" statement:
Version: 6.1.6.3
Build ID: 5896ab1714085361c45cf540f76f60673dd96a72
CPU threads: 6; OS: Linux 3.10; UI render: default; VCL: kde4; 
Locale: en-US (en_US.UTF-8); Calc: group threaded

> And I expect the current daily build to say "VCL: kde5" and not crash. If
> you are interested in more background info you can read bug 126272, which
> has some larger analysis of the potential origins of the crashes. Nobody
> knows yet why LO is crashing, but I implemented some possible fixes.
> 
> (In reply to demeler from comment #0)
> > I tried to find out if there were any missing dynamic libs, like this:
> > 
> > ldd ./soffice.bin | grep found
> > 
> > which should show any missing libs, but nothing is missing.
> 
> Yup - this is just the main program. But depending on the detected
> environment LO loads different VCL plugins (libvclplug_*lo.so), which are
> linked to the libraries of your DE, like gtk3, kde4, kde5 or just x11 (gen).

At this point it would be helpful to get a link to the latest build RPM tar.gz
archive *file* that I can download and test again.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

--- Comment #6 from Jan-Marek Glogowski  ---
Quoting from your mail (please just use bugzilla, as nobody else can follow
mail replies):

> xiscofa...@libreoffice.org identified the issue - this works:
>
> 'SAL_USE_VCLPLUGIN=gen /opt/libreoffice6.2/program/soffice'
>
> Do you still want me to use the latest build?

That would be great.

Xiscos command is just a workaround, so LO uses the x11 / gen backend to handle
stuff. No more theming, native file pickers, Desktop settings lookup, etc.

> If this is related to Qt, I do have a custom Qt *5* installation on my
> CentOS 7 box. Not sure if this could interfere.

Would be interesting to know, if your Qt version is >= 5.9. If not it's a good
indicator, that this is the same problem then bug 126272.

(In reply to demeler from comment #5)
> Version: 6.2.5.2
> Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
> CPU threads: 6; OS: Linux 3.10; UI render: default; VCL: x11; 
> Locale: en-US (en_US.UTF-8); UI-Language: en-US
> Calc: threaded

No - that is from Xiscos command :-)

I was interested in the same from your previous working version (6.2.3 I
assume). As you can see it says "VCL: x11". I expect your previous version says
"VCL: kde4".

And I expect the current daily build to say "VCL: kde5" and not crash. If you
are interested in more background info you can read bug 126272, which has some
larger analysis of the potential origins of the crashes. Nobody knows yet why
LO is crashing, but I implemented some possible fixes.

(In reply to demeler from comment #0)
> I tried to find out if there were any missing dynamic libs, like this:
> 
> ldd ./soffice.bin | grep found
> 
> which should show any missing libs, but nothing is missing.

Yup - this is just the main program. But depending on the detected environment
LO loads different VCL plugins (libvclplug_*lo.so), which are linked to the
libraries of your DE, like gtk3, kde4, kde5 or just x11 (gen).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

--- Comment #5 from deme...@gmail.com ---
(In reply to demeler from comment #4)
> (In reply to Jan-Marek Glogowski from comment #2)
> > (In reply to Xisco Faulí from comment #1)
> > > @Jan-marek, is this related to bug 126272 ?
> > > 
> > > @demeler, what happens if you execute 'SAL_USE_VCLPLUGIN=gen
> > > /opt/libreoffice6.2/program/soffice' from command line ?
> > 
> > Might be. But since there is no backtrace, it's hard to tell. But Qt4
> > libraries are loaded according to the raw dump.
> > 
> > @demeler Please test a daily build from
> > https://dev-builds.libreoffice.org/daily/libreoffice-6-2/Linux-rpm_deb-
> > x86_64@86-TDF/ with date "2019-07-11" or later (More information about daily
> > builds can be found at:
> > https://wiki.documentfoundation.org/Testing_Daily_Builds)
> > 
> > There were some potential fixes merged, which might help.
> 
> Yes, when I use this command, LibreOffice starts normally for 6.2.5!

Version: 6.2.5.2
Build ID: 1ec314fa52f458adc18c4f025c545a4e8b22c159
CPU threads: 6; OS: Linux 3.10; UI render: default; VCL: x11; 
Locale: en-US (en_US.UTF-8); UI-Language: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

--- Comment #4 from deme...@gmail.com ---
(In reply to Jan-Marek Glogowski from comment #2)
> (In reply to Xisco Faulí from comment #1)
> > @Jan-marek, is this related to bug 126272 ?
> > 
> > @demeler, what happens if you execute 'SAL_USE_VCLPLUGIN=gen
> > /opt/libreoffice6.2/program/soffice' from command line ?
> 
> Might be. But since there is no backtrace, it's hard to tell. But Qt4
> libraries are loaded according to the raw dump.
> 
> @demeler Please test a daily build from
> https://dev-builds.libreoffice.org/daily/libreoffice-6-2/Linux-rpm_deb-
> x86_64@86-TDF/ with date "2019-07-11" or later (More information about daily
> builds can be found at:
> https://wiki.documentfoundation.org/Testing_Daily_Builds)
> 
> There were some potential fixes merged, which might help.

Yes, when I use this command, LibreOffice starts normally for 6.2.5!

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

Jan-Marek Glogowski  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |NEEDINFO

--- Comment #3 from Jan-Marek Glogowski  ---
And please provide the About Libreoffice information, if you still have an
older version running.

I've set the bug status to NEEDINFO. Please reset to UNCONFIRMED when you add a
reply.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

--- Comment #2 from Jan-Marek Glogowski  ---
(In reply to Xisco Faulí from comment #1)
> @Jan-marek, is this related to bug 126272 ?
> 
> @demeler, what happens if you execute 'SAL_USE_VCLPLUGIN=gen
> /opt/libreoffice6.2/program/soffice' from command line ?

Might be. But since there is no backtrace, it's hard to tell. But Qt4 libraries
are loaded according to the raw dump.

@demeler Please test a daily build from
https://dev-builds.libreoffice.org/daily/libreoffice-6-2/Linux-rpm_deb-x86_64@86-TDF/
with date "2019-07-11" or later (More information about daily builds can be
found at: https://wiki.documentfoundation.org/Testing_Daily_Builds)

There were some potential fixes merged, which might help.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 126351] Crash in: Invalid signature

2019-07-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=126351

Xisco Faulí  changed:

   What|Removed |Added

 CC||glo...@fbihome.de,
   ||xiscofa...@libreoffice.org

--- Comment #1 from Xisco Faulí  ---
@Jan-marek, is this related to bug 126272 ?

@demeler, what happens if you execute 'SAL_USE_VCLPLUGIN=gen
/opt/libreoffice6.2/program/soffice' from command line ?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs