[
https://issues.apache.org/jira/browse/TS-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076929#comment-14076929
]
Jack Bates commented on TS-2553:
--------------------------------
Thanks for helping me find these problems!
I committed a fix for an unrelated crash but I haven't been able to reproduce
the crash that you reported yet.
Can you find the core dump that gets created when the proxy crashes?
If so can you send me a back trace?
The core dump is a file called "core" in the Traffic Server root directory
(e.g. /usr/local/core)
To get a back trace run the following command:
bq. $ gdb /usr/local/core /usr/local/bin/traffic_server
At the GDB prompt issue the {{bt}} command and send me the output.
> Fix a segfault in the Metalink plugin reported by Faysal Banna and preserve
> the Content-Length header
> -----------------------------------------------------------------------------------------------------
>
> Key: TS-2553
> URL: https://issues.apache.org/jira/browse/TS-2553
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: Jack Bates
> Assignee: James Peach
> Fix For: 5.0.0
>
>
> Fix a segfault in the Metalink plugin reported by Faysal Banna:
> https://github.com/jablko/dedup/issues/1
> Copy the upstream nbytes (if known) downstream to preserve the Content-Length
> header.
> Improve comments in the plugin code.
--
This message was sent by Atlassian JIRA
(v6.2#6252)