good Job :)
On 03.12.20 18:08, Jim Jagielski wrote:
fixed: it was a strcpy overflow.
On Dec 2, 2020, at 9:02 PM, Damjan Jovanovic wrote:
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,
Well done!
On Thu, Dec 3, 2020 at 7:09 PM Jim Jagielski wrote:
> fixed: it was a strcpy overflow.
>
> > On Dec 2, 2020, at 9:02 PM, Damjan Jovanovic wrote:
> >
> > That's in main/soltools.
> >
> > Try isolate the exact command used, and try run that problematic
> > makedeepend binary in a debug
Just an inline update:
> On Dec 2, 2020, at 10:25 AM, Damjan Jovanovic wrote:
>
> Can you drag-and-drop within AOO generally, eg. drag a file from your file
> manager into Writer?
Yeah, no problem.
>
> The code seems to be in
> http://opengrok.openoffice.org/xref/trunk/main/vcl/aqua/source/dt
fixed: it was a strcpy overflow.
> On Dec 2, 2020, at 9:02 PM, Damjan Jovanovic wrote:
>
> 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 be
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
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
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
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
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