Issue 39579 - Freeze when saving as pdb
Summary: Freeze when saving as pdb
Status: CLOSED DUPLICATE of issue 33702
Alias: None
Product: Writer
Classification: Application
Component: save-export (show other issues)
Version: OOo 2.0
Hardware: PC All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: oc
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-26 05:19 UTC by marvwaschke
Modified: 2005-01-03 13:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description marvwaschke 2004-12-26 05:19:43 UTC
Running 1.9.65. Whenever I attempt to save as a pdb, I get an hourglass that
does not go away. The app is completely locked up and has to be killed. I have
sent in the automatic error reports after the kill. The behavior is consistent--
I have not once succeeded in saving as a pdb.
Comment 1 michael.ruess 2004-12-27 07:17:15 UTC
reassigned to OC.
Comment 2 grsingleton 2004-12-27 14:48:29 UTC
Reporducible in m67. Strace shows process doing the following:
...
[pid 29427] gettimeofday({1104158787, 28320}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 4996, {0, 49920000}) = -1 ETIMEDOUT
(Connection timed out)
[pid 29427] gettimeofday({1104158787, 88016}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 88104}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 88186}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 4997, {0, 49918000}) = -1 ETIMEDOUT
(Connection timed out)
[pid 29427] gettimeofday({1104158787, 148028}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 148115}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 148196}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 4998, {0, 49919000}) = -1 ETIMEDOUT
(Connection timed out)
[pid 29427] gettimeofday({1104158787, 208057}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 208144}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 208225}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 4999, {0, 49919000}) = -1 ETIMEDOUT
(Connection timed out)
[pid 29427] gettimeofday({1104158787, 268031}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 268117}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 268198}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 5000, {0, 49919000}) = -1 ETIMEDOUT
(Connection timed out)
[pid 29427] gettimeofday({1104158787, 327998}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 328086}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 328168}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 5001, {0, 49918000}) = -1 ETIMEDOUT
(Connection timed out)
[pid 29427] gettimeofday({1104158787, 388027}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 388114}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 388195}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 5002, {0, 49919000}) = -1 ETIMEDOUT
(Connection timed out)
[pid 29427] gettimeofday({1104158787, 448168}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 448256}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 448337}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 5003, {0, 49919000} <unfinished ...>
[pid 29384] <... poll resumed> [{fd=19, events=POLLIN}], 1, 1000) = 0
[pid 29427] <... futex resumed> )       = -1 ETIMEDOUT (Connection timed out)
[pid 29384] gettimeofday( <unfinished ...>
[pid 29427] gettimeofday( <unfinished ...>
[pid 29384] <... gettimeofday resumed> {1104158787, 508085}, NULL) = 0
[pid 29427] <... gettimeofday resumed> {1104158787, 508086}, NULL) = 0
[pid 29384] write(19, "\27\1\2\0U\1\0\0", 8 <unfinished ...>
[pid 29427] gettimeofday( <unfinished ...>
[pid 29384] <... write resumed> )       = 8
[pid 29427] <... gettimeofday resumed> {1104158787, 508236}, NULL) = 0
[pid 29384] read(19,  <unfinished ...>
[pid 29427] gettimeofday( <unfinished ...>
[pid 29384] <... read resumed> "\1\0\330\1\0\0\0\0\331\213
\1\0\0\0\0\1\0\0\0\0\0\0\0\350"..., 32) = 32
[pid 29427] <... gettimeofday resumed> {1104158787, 508391}, NULL) = 0
[pid 29384] poll( <unfinished ...>
[pid 29427] futex(0x8308468, FUTEX_WAIT, 5004, {0, 49845000}) = -1 ETIMEDOUT
(Connection timed out)
[pid 29427] gettimeofday({1104158787, 568048}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 568136}, NULL) = 0
[pid 29427] gettimeofday({1104158787, 568218}, NULL) = 0
[pid 29427] futex(0x8308468, FUTEX_WAIT, 5005, {0, 49918000} <unfinished ...>
...

This is where I terminated the process. THus I confirm the issue.
Comment 3 grsingleton 2004-12-27 14:49:37 UTC
Changed to all since my experience is on Linux with m67
Comment 4 oc 2005-01-03 13:16:32 UTC
duplicate to #i33702#

*** This issue has been marked as a duplicate of 33702 ***
Comment 5 oc 2005-01-03 13:17:33 UTC
closed because duplicate