https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=16748

--- Comment #3 from rosa.ri...@seppmed.de ---
(In reply to Peter Wu from comment #2)
> Hard to say what is wrong with these details.
> 
> If tshark crashes, you must install the relevant debugging symbols and
> obtain a stack trace, e.g. from a core dump. For Ubuntu, see the -dbgsym
> instructions at
> https://wiki.ubuntu.com/DebuggingProgramCrash
> 
> What would also help is you providing some minimum reproduction steps. For
> example, I was not able to trigger a crash from macOS 10.15.6 with Docker
> Desktop 2.3.0.4 and:
> 
>     docker run --rm -it ubuntu:20.04
>     apt-get update -qq && apt-get install --no-install-recommends -yqq
> tshark curl
>     curl -O
> https://github.com/wireshark/wireshark/raw/master/test/captures/http-brotli.
> pcapng
>     tshark -r http-brotli.pcapng --export-objects http,/dev/null/invalid
> 
> Capturing is not possible because I did not run with --privileged.

BUG DESCRIPTION EDIT:
This Bug has nothing to do with a permission problem in Ubuntu (I tried to edit
my description but it was not possible)

STEPS TO REPRODUCE THE BUG:

1- Build a docker image as follow:

FROM  ubuntu:latest 
RUN apt-get clean && apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y \
tshark

2- Run docker container on the image with a mount -bind of the local folder
where the pcap file are stored.

Example:
docker run --name debugtsharkcoredumped -it --mount
source=/.../my_pcap_captures,target=/.../my_pcap_captures,type=bind imageTAG

3- Run in the container the tshark command tshark -r "mypcap.pcap"
--export-objects dicom,dicomdirectory

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to