Re: [steghide-devel] cygwin issues
Brought to you by:
shetzl
|
From: <c0l...@bl...> - 2003-04-10 20:10:13
|
I tried the test program it indeed is an issue with libmhash. I'll try to
recompile libmhash.
Thanks.
On Thu, 10 Apr 2003, Stefan Hetzl wrote:
> On Thursday 10 April 2003 17:14, c0l...@bl... wrote:
> > (gdb) bt
> > #0 0x89ec458d in ?? ()
> > #1 0x004043f7 in getcrc32(struct_PLNFILE*) (plnfile=0x10050268) at
> > hash.cc:62 #2 0x00420c7b in assemble_plndata(struct_PLNFILE*)
> > (plnfile=0x10050268) at plnfile.cc:160
> >
> > #3 0x00408364 in embedfile(std::string, std::string, std::string)
> > (cvrfilename={static np os = 4294967295, _M_dataplus = {<allocator<char>> =
> > {<No data fields>}, _M_p = 0x22fd58 "ü$\002\020\001"}, static
> > _S_empty_rep_storage = {0, 0, 0, 0}}, stgfilename={static npos =
> > 4294967295, _M_dataplus = {<allocator<char>> = {<No data fields>}, _M_p =
> > 0x22fd48 "ô!\002\020\001"}, static _S_empty_rep_storage = {0, 0, 0, 0}},
> > plnfilename={static npos = 4294967 295, _M_dataplus = {<allocator<char>> =
> > {<No data fields>}, _M_p = 0x22fd38 "Ü!\002\020\00 1"}, static
> > _S_empty_rep_storage = {0, 0, 0, 0}}) at main.cc:348
> > #4 0x0040719e in main (argc=8, argv=0x10022090) at main.cc:107
>
> It crashed during initalization of libmhash. I am not sure if this is related
> to steghide. I have attached a short test program. Please compile this by
> typing "gcc test.c -o test -lmash" and test it: start it, type some text and
> then type Control-D. It should print a line containing a hash value. If it
> crashes this is a libmhash problem.
>
> Regards,
> Stefan
>
|