Help w/ bt

2020-12-02 Thread Jim Jagielski
So I've been working on some of the macOS bugz and am looking at the UNO bridge as a likely subject, hence the various changes to the macOS code there. I'm hoping someone can help me with this crash. I open up Extension Manager, hit check for updates and AOO immediately dies, with the following

Re: Help w/ bt

2020-12-02 Thread Damjan Jovanovic
On Wed, Dec 2, 2020 at 3:35 PM Jim Jagielski wrote: > So I've been working on some of the macOS bugz and am looking at the UNO > bridge as a likely subject, hence the various changes to the macOS code > there. I'm hoping someone can help me with this crash. > > I open up Extension Manager, hit ch

Re: [openoffice-org] branch main updated: Updated download numbers for November

2020-12-02 Thread Marcus
The second time that a commit goes not through to the staging site. - git pull, git commit, git push - Then waititng / watching that the Jenkins job is finished - Then updating the website in the browser --> And still the old page Is there something I'm doing wrong? Or something missing? Thanks

Re: [openoffice-org] branch main updated: Updated download numbers for November

2020-12-02 Thread Matthias Seidel
Hi Marcus, Am 02.12.20 um 19:54 schrieb Marcus: > The second time that a commit goes not through to the staging site. > > - git pull, git commit, git push > - Then waititng / watching that the Jenkins job is finished > - Then updating the website in the browser > --> And still the old page > > Is

Re: [openoffice-org] branch main updated: Updated download numbers for November

2020-12-02 Thread Dave Fisher
Hi - https://openoffice-org.staged.apache.org/feed.xml Shows the last staging build. Regards, Dave > On Dec 2, 2020, at 11:01 AM, Matthias Seidel > wrote: > > Hi Marcus, > > Am 02.12.20 um 19:54 schrieb Marcus: >> The second time that a commit goes not through to the staging site. >> >> -

Re: [openoffice-org] branch main updated: Updated download numbers for November

2020-12-02 Thread Marcus
Am 02.12.20 um 20:02 schrieb Dave Fisher: https://openoffice-org.staged.apache.org/feed.xml Shows the last staging build. yes, however it seems that the stage site hasn't got the page I expect: http://ooo-site.staging.apache.org/stats/downloads.html Marcus On Dec 2, 2020, at 11:01 AM, Ma

Re: [openoffice-org] branch main updated: Updated download numbers for November

2020-12-02 Thread Marcus
Am 02.12.20 um 20:01 schrieb Matthias Seidel: Am 02.12.20 um 19:54 schrieb Marcus: The second time that a commit goes not through to the staging site. - git pull, git commit, git push - Then waititng / watching that the Jenkins job is finished - Then updating the website in the browser --> And

Re: [openoffice-org] branch main updated: Updated download numbers for November

2020-12-02 Thread Marcus
Am 02.12.20 um 20:07 schrieb Marcus: Am 02.12.20 um 20:02 schrieb Dave Fisher: https://openoffice-org.staged.apache.org/feed.xml Shows the last staging build. yes, however it seems that the stage site hasn't got the page I expect: http://ooo-site.staging.apache.org/stats/downloads.html ah,

Re: [openoffice-org] branch main updated: Updated download numbers for November

2020-12-02 Thread Dave Fisher
Hi Marcus, Strange I checked and only saw through 11/15 Then I did https://openoffice-org.staged.apache.org/stats/aoo-downloads.txt directly It was correct and also when I revisited the downloads page. Something with browser cache on the downloads page … Regards, Dave > On Dec 2, 2020, at 1

Re: Help w/ bt

2020-12-02 Thread Jim Jagielski
Building --enable-debug is causing a weird issue... ../unxmaccx.pro/bin/makedepend: error: got signal 4 dmake: Error code 1, while making '../unxmaccx.pro/obj/checkdll.obj' dmake: '../unxmaccx.pro/obj/checkdll.obj' removed. I'm not sure if this is macOS specific or whether or not doing so brea

Re: [openoffice] branch trunk updated: Huge updates to macOS UNO bridges, based on FreeBSD and Linux.

2020-12-02 Thread Matthias Seidel
Hi Jim, Windows buildbot breaks now in module bridges: ... component.cxx e:/slave14/openoffice-win7/build/main/bridges/source/cpp_uno/shared/component.cxx(58) : error C2059: syntax error : '[' e:/slave14/openoffice-win7/build/main/bridges/source/cpp_uno/shared/component.cxx(58) : error C2143: s

Re: Help w/ bt

2020-12-02 Thread Don Lewis
On 2 Dec, Jim Jagielski wrote: > Building --enable-debug is causing a weird issue... > > ../unxmaccx.pro/bin/makedepend: error: got signal 4 > dmake: Error code 1, while making '../unxmaccx.pro/obj/checkdll.obj' > dmake: '../unxmaccx.pro/obj/checkdll.obj' removed. > > I'm not sure if this is

Re: Help w/ bt

2020-12-02 Thread Damjan Jovanovic
That's in main/soltools. Try isolate the exact command used, and try run that problematic makedeepend binary in a debugger with the same args. 4 = SIGILL, a bad sign, possibly a buffer overflow because the absolute filesystem path to AOO is too long, or other such. On Wed, Dec 2, 2020 at 9:31 PM