[Libreoffice-bugs] [Bug 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:5.3.0

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

--- Comment #9 from Commit Notification 
 ---
Julien Nabet committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=b7a18f18efbba086454e3b5ec157b156980f97b6

tdf#101070: svg/insert, avoid infinite recursive loop when referencing oneself

It will be available in 5.3.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

--- Comment #8 from Julien Nabet  ---
I submitted this patch for master:
https://gerrit.libreoffice.org/#/c/27468/

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

--- Comment #7 from Julien Nabet  ---
Just some remarks:
- I hadn't renamed but copied the file in the same directory, if there's no
file struct-image-12-b.svg in the same directory, obviously it doesn't crash.
- I couldn't retrieve a Valgrind trace because, like with gdb, there's a kind
of stack overflow.

In brief, it seems finally the first bt is the good one, LO loops when parsing
a file referencing itself.

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

--- Comment #6 from Julien Nabet  ---
Created attachment 126379
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126379&action=edit
bt with symbols

This bt retrieved with attach method (see
https://wiki.documentfoundation.org/Development/How_to_debug) seems better.

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

Julien Nabet  changed:

   What|Removed |Added

   Keywords|wantBacktrace   |haveBacktrace
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|Windows (All)   |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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

--- Comment #5 from Julien Nabet  ---
Created attachment 126377
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126377&action=edit
bt with symbols

On pc Debian x86-64 with master sources updated yesterday, I could reproduce
this when inserting image.

BTW, even after renaming the file (eg: test.svg), I could reproduce this.
Also, I don't reproduce the crash when opening so keyword is ok.

Finally I'm not sure this bt corresponds to what I got without gdb. Indeed, I
had to wait for some time before retrieving a bt.

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

--- Comment #4 from Xisco Faulí  ---
Note: Make sure you don't change the file's name, otherwise it won't crash

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

Xisco Faulí  changed:

   What|Removed |Added

 Attachment #126362|0   |1
is obsolete||

--- Comment #3 from Xisco Faulí  ---
Created attachment 126376
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126376&action=edit
struct-image-12-b.svg

I'm sorry for updating a wrong. This new file should break Libreoffice

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-23 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

Julien Nabet  changed:

   What|Removed |Added

   Keywords||wantBacktrace
 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated yesterday, I don't reproduce
this.
Windows only bug?

BTW, shouldn't it be filter::svgOpen ? (since you reproduce this when opening
not when inserting)

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

--- Comment #1 from MM  ---
Unconfirmed with v5.1.5.1 under windows 7 x64.
Unconfirmed with v5.2.0.3 under ubuntu 16.04 x64.

When inserting the image, LO doesn't crash over here.

-- 
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 101070] INSERT: Crash when trying to open a svg file containing a link pointing to the file itself

2016-07-22 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101070

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||filter:svgInsert
 CC||aniste...@gmail.com

-- 
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