[Libreoffice-bugs] [Bug 48405] Calc crashes during execution of macro in XLS spreadsheet

2014-10-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48405

--- Comment #2 from Caolán McNamara  ---
Created attachment 107551
  --> https://bugs.freedesktop.org/attachment.cgi?id=107551&action=edit
backtrace of where things go wrong

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


[Libreoffice-bugs] [Bug 48405] Calc crashes during execution of macro in XLS spreadsheet

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48405

Caolán McNamara  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Whiteboard||BSA target:4.4.0

--- Comment #4 from Caolán McNamara  ---
With the straightforward approach of
http://cgit.freedesktop.org/libreoffice/core/commit/?id=deed6dcacd355ce84cada955887a31e7d8cb5fb1
it no longer crashes.

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


[Libreoffice-bugs] [Bug 48405] Calc crashes during execution of macro in XLS spreadsheet

2014-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48405

Caolán McNamara  changed:

   What|Removed |Added

 CC||er...@redhat.com,
   ||libreoff...@kohei.us

--- Comment #3 from Caolán McNamara  ---
at the bottom of the stack we have m_aDataArray.clear() but *mile* up the stack
in frame 110 we have...

m_aDataArray.push_back(Item());
Item& rItem = m_aDataArray.back();
rItem.maString = m_pDocument->GetString(aAdr);

so during the GetString the m_aDataArray is cleared, so rItem is no longer
valid and we cannot assign to it anymore legally

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


[Libreoffice-bugs] [Bug 48405] Calc crashes during execution of macro in XLS spreadsheet

2012-11-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48405

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |major
   Priority|medium  |lowest
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero  ---
I have confirmed this as well. I have no clue if this will be addressed as it's
so specific to a particular macro enabled page that I personally have no clue
what it's intended purpose is. 

Markig as NEW and prioritzing:

Major: I'm hesitant to mark this as Major but since it causes a crash, I'm
going by my normal flowchart and marking it as so.

Lowest: So specific that it's unlikely another user would have face this
furthermore there is a workaround to just go slow.

If someone could do a bt that would be nice, I may be able to do one tomorrow.

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