Bug 166793 - Crash Report Tool HTTP response code said error (can't send *.DMP file to crashreport.libreoffice.org)
Summary: Crash Report Tool HTTP response code said error (can't send *.DMP file to cra...
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
25.8.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL: https://crashreport.libreoffice.org/s...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-30 12:30 UTC by Piotr Osada
Modified: 2025-05-30 12:44 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
HTTP response code said error (14.10 KB, image/png)
2025-05-30 12:30 UTC, Piotr Osada
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Osada 2025-05-30 12:30:22 UTC
Created attachment 201041 [details]
HTTP response code said error

After LO 25.8 dev crash, Crash Report Tool cannot communicate with crashreport.libreoffice.org server, so DMP file is not sent to TDF.

The following text is displayed:


***
HTTP response code said error

Please check the report and if no bug report is connected to the crash report yet, open a new bug at bugs.documentfoundation.org.

Add detailed instructions on how to reproduce the cras and the shown crash ID into the crash report field.

Thank you for your help in improving LibreOfficeDev.

[x] Restart LibreOfficeDev to enter safe mode.

Privacy Policy

Close
***


Version: 25.8.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 17e8dbead42e2d4b55815b1b7b2846b03d62a15d
CPU threads: 8; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Vulkan; VCL: win
Locale: pl-PL (pl_PL); UI: en-US
Calc: CL threaded

https://dev-builds.libreoffice.org/daily/master/Win-x86_64@tb77-TDF/2025-05-29_03.57.09/
Comment 2 Xisco Faulí 2025-05-30 12:36:49 UTC
Hello Piotr,
Yes, this is expected behaviour. The crashreport tool only works with final releases as you can see on the left column https://crashreport.libreoffice.org/stats/. This is because the symbols for each version have to be uploaded there to resolve the crashes, otherwise it gives meaningless results.
Closing as RESOLVED NOTABUG
Comment 3 Piotr Osada 2025-05-30 12:44:30 UTC
Thank you Xisco for explanation.