[Libreoffice-bugs] [Bug 122543] Crash after device was put into "stand by" mode

2019-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

Aron Budea  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||ba...@caesar.elte.hu

-- 
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 122543] Crash after device was put into "stand by" mode

2019-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

Aron Budea  changed:

   What|Removed |Added

 Status|CLOSED  |RESOLVED

--- Comment #10 from Aron Budea  ---
Let's use verified status, thanks for retesting Nicolas!

-- 
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 122543] Crash after device was put into "stand by" mode

2019-03-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

Nicolas Christener  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

--- Comment #9 from Nicolas Christener  ---
Fixed in 0.1 (23)

Thanks a lot @Collabora!

-- 
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 122543] Crash after device was put into "stand by" mode

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

--- Comment #8 from Tor Lillqvist  ---
Nicolas, please mark as verified when you have eventually verified that the bug
is gone.

-- 
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 122543] Crash after device was put into "stand by" mode

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

Tor Lillqvist  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 122543] Crash after device was put into "stand by" mode

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

--- Comment #7 from Tor Lillqvist  ---
I mean collabora-online-4 branch, not cp-6.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 122543] Crash after device was put into "stand by" mode

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

--- Comment #6 from Tor Lillqvist  ---
The above fix (also in the cp-6.0 branch) helps. Will be included in the next
build of the app.

-- 
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 122543] Crash after device was put into "stand by" mode

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

Commit Notification  changed:

   What|Removed |Added

 Whiteboard||target:6.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 122543] Crash after device was put into "stand by" mode

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

--- Comment #5 from Commit Notification 
 ---
Tor Lillqvist committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/online/+/8dce31364219ed5a41a4f8f530ab658d4aff7778%5E%21

tdf#122543: Ignore duplicate calls to loadFromContents on same Document

-- 
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 122543] Crash after device was put into "stand by" mode

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

--- Comment #4 from Tor Lillqvist  ---
The immediate cause of the crash is that in DocumentViewController.mm, in the
block ("lambda") for the thread started by the dispatch_async() call in the
userContentController:didReceiveScriptMessage: instance method, the
fakeSocketAvailableDataLength() function returns -1 and that return value is
passed to the constructor for std::vector buf(n). The root cause is more
complicated; for some reason a new Document object gets constructed even if an
existing one is active.

-- 
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 122543] Crash after device was put into "stand by" mode

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=122543

--- Comment #3 from Tor Lillqvist  ---
At first I thought it might be hard to debug this as the device does not go
into "stand by" mode when an app is being debugged in Xcode. but I could
reproduce it by pressing the lock button and unlocking it. 

> libc++abi.dylib: terminating with uncaught exception of type 
> std::length_error: vector

But sadly the thread where that abort message is generated does not have any
vector operation in the call stack, huh? Investigating.

-- 
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 122543] Crash after device was put into "stand by" mode

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

Xisco FaulĂ­  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||xiscofa...@libreoffice.org
 Status|UNCONFIRMED |NEW

--- Comment #2 from Xisco FaulĂ­  ---
Moving to NEW

-- 
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 122543] Crash after device was put into "stand by" mode

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

--- Comment #1 from Nicolas Christener  ---
Created attachment 148111
  --> https://bugs.documentfoundation.org/attachment.cgi?id=148111=edit
Crash after "stand by"

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