[Libreoffice-bugs] [Bug 42314] DisposedException on storeToURL

2012-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42314

--- Comment #8 from Florian Reisinger  2012-08-14 14:10:20 
UTC ---
Dear bug submitter!

Due to the fact, that there are a lot of NEEDINFO bugs with no answer within
the last six months, we close all of these bugs.

To keep this message short, more infos are available @
https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement

Thanks for understanding and hopefully updating your bug, so that everything is
prepared for developers to fix your problem.

Yours!

Florian

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42314] DisposedException on storeToURL

2012-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42314

--- Comment #7 from Florian Reisinger  2012-08-14 14:08:16 
UTC ---
Dear bug submitter!

Due to the fact, that there are a lot of NEEDINFO bugs with no answer within
the last six months, we close all of these bugs.

To keep this message short, more infos are available @
https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement

Thanks for understanding and hopefully updating your bug, so that everything is
prepared for developers to fix your problem.

Yours!

Florian

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42314] DisposedException on storeToURL

2012-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42314

--- Comment #6 from Florian Reisinger  2012-08-14 14:03:41 
UTC ---
Dear bug submitter!

Due to the fact, that there are a lot of NEEDINFO bugs with no answer within
the last six months, we close all of these bugs.

To keep this message short, more infos are available @
https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement

Thanks for understanding and hopefully updating your bug, so that everything is
prepared for developers to fix your problem.

Yours!

Florian

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42314] DisposedException on storeToURL

2012-08-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42314

Florian Reisinger  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||INVALID
 CC||reisi...@gmail.com

--- Comment #5 from Florian Reisinger  2012-08-14 14:02:46 
UTC ---
Dear bug submitter!

Due to the fact, that there are a lot of NEEDINFO bugs with no answer within
the last six months, we close all of these bugs.

To keep this message short, more infos are available @
https://wiki.documentfoundation.org/QA/NeedinfoClosure#Statement

Thanks for understanding and hopefully updating your bug, so that everything is
prepared for developers to fix your problem.

Yours!

Florian

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42314] DisposedException on storeToURL

2012-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42314

--- Comment #4 from Michael Stahl  2012-03-22 12:26:02 PDT 
---
by the way, jcorrius has uploaded windows builds with debug symbols here:
http://dev-builds.libreoffice.org/win32-debug/

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42314] DisposedException on storeToURL

2012-02-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42314

--- Comment #3 from John Manko  2012-02-15 09:46:05 PST 
---
I'll work on building LO to get the symbols and attacking those to the Windows 
debugger.  I wish that LO would release symbols for for their Windows builds.  I
would help a lot.  I just don't know where to start in doing all this.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42314] DisposedException on storeToURL

2012-02-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42314

Michael Stahl  changed:

   What|Removed |Added

 CC||mst...@redhat.com

--- Comment #2 from Michael Stahl  2012-02-15 09:42:03 PST 
---
stack looks like it crashes in SwDoc::GetFldType on this line,
 probably because pFieldType is 0:

 String aFldName( pFldType->GetName() );

but the field type pointers stored in SwDoc::pFldTypes
are dereferenced without checking all over the place,
so it would be most odd to get a 0 in there.

the offsets in the rest of the back trace are unfortunately
ridiculously large so the functions are probably wrong
(and you'd need built with debug for correct trace).

no idea what could cause this, would need reproducer bugdoc.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42314] DisposedException on storeToURL

2012-01-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42314

Caolán McNamara  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||caol...@redhat.com
 Ever Confirmed|0   |1

--- Comment #1 from Caolán McNamara  2012-01-23 08:02:24 
PST ---
Does this still fail for you on latest stable ?

I basic hello world version here locally works without error with 3.3.4 and
master (3.6 series) under Linux.

Ideally you could provide a standalone demo to be sure.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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