Re: [steghide-devel] cygwin issues
Brought to you by:
shetzl
|
From: Stefan H. <sh...@ch...> - 2003-04-10 16:38:44
|
On Thursday 10 April 2003 17:14, c0l...@bl... wrote:
> (gdb) bt
> #0 0x89ec458d in ?? ()
> #1 0x004043f7 in getcrc32(struct_PLNFILE*) (plnfile=3D0x10050268) at
> hash.cc:62 #2 0x00420c7b in assemble_plndata(struct_PLNFILE*)
> (plnfile=3D0x10050268) at plnfile.cc:160
>
> #3 0x00408364 in embedfile(std::string, std::string, std::string)
> (cvrfilename=3D{static np os =3D 4294967295, _M_dataplus =3D {<allocato=
r<char>> =3D
> {<No data fields>}, _M_p =3D 0x22fd58 "=FC$\002\020\001"}, static
> _S_empty_rep_storage =3D {0, 0, 0, 0}}, stgfilename=3D{static npos =3D
> 4294967295, _M_dataplus =3D {<allocator<char>> =3D {<No data fields>}, =
_M_p =3D
> 0x22fd48 "=F4!\002\020\001"}, static _S_empty_rep_storage =3D {0, 0, 0,=
0}},
> plnfilename=3D{static npos =3D 4294967 295, _M_dataplus =3D {<allocator=
<char>> =3D
> {<No data fields>}, _M_p =3D 0x22fd38 "=DC!\002\020\00 1"}, static
> _S_empty_rep_storage =3D {0, 0, 0, 0}}) at main.cc:348
> #4 0x0040719e in main (argc=3D8, argv=3D0x10022090) at main.cc:107
It crashed during initalization of libmhash. I am not sure if this is rel=
ated=20
to steghide. I have attached a short test program. Please compile this by=
=20
typing "gcc test.c -o test -lmash" and test it: start it, type some text =
and=20
then type Control-D. It should print a line containing a hash value. If i=
t=20
crashes this is a libmhash problem.
Regards,
Stefan
|