Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converter > .wps(19kb) > double free or corruption (fasttop) #2889

Open
1 task done
gowy222 opened this issue Sep 14, 2024 · 1 comment
Open
1 task done

converter > .wps(19kb) > double free or corruption (fasttop) #2889

gowy222 opened this issue Sep 14, 2024 · 1 comment
Assignees
Labels
waiting feedback Issues that we waiting to be answered from author of issue

Comments

@gowy222
Copy link

gowy222 commented Sep 14, 2024

This issue is unique.

  • I have used the search tool and did not find an issue describing my bug.

Operating System of DocumentServer

Docker

Version information

Version: 8.0.1. Build: 31

Expected Behavior

wps to pdf converter should work..

because other filetype works fine!

just bug with .wps office file

(tested same file libreoffice works fine)

Actual Behavior

==> /var/log/onlyoffice/documentserver/converter/out.log <==
[2024-09-14T15:08:58.372] [ERROR] [localhost] [conv_uidrksc1cgyaxkaiqbhh99f_docx] [userId] nodeJS - stdout:
[2024-09-14T15:08:58.372] [ERROR] [localhost] [conv_uidrksc1cgyaxkaiqbhh99f_docx] [userId] nodeJS - stderr:double free or corruption (fasttop)

[2024-09-14T15:08:58.372] [ERROR] [localhost] [conv_uidrksc1cgyaxkaiqbhh99f_docx] [userId] nodeJS - ExitCode (code=0;signal=SIGABRT;error:-80)

Reproduction Steps

wps to pdf/docx

Additional information

post '/ConvertService.ashx'

req body== {
  async: false,
  filetype: 'wps',
  key: 'uidxxxxx...',
  outputtype: 'docx',
  url: 'https://xxxx/somefile.wps',
  codePage: 65001,
  region: 'zh-CN'
}

respond == { error: -3 }
@gowy222 gowy222 changed the title converter > .wps > double free or corruption (fasttop) converter > .wps(19kb) > double free or corruption (fasttop) Sep 14, 2024
@l8556
Copy link
Member

l8556 commented Sep 16, 2024

Hello @gowy222 !

It was not possible to reproduce this problem.

If possible, please attach a wps document on which the problem is reproduced

Tested on DS version 8.1.1.27

@Rita-Bubnova Rita-Bubnova added the waiting feedback Issues that we waiting to be answered from author of issue label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting feedback Issues that we waiting to be answered from author of issue
Projects
None yet
Development

No branches or pull requests

3 participants