This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Differences between C++ 'new' operator and 'malloc()' (NOT a C/C++ question)


On Thu, Jul 12, 2012 at 5:59 PM, Claude SIMON  wrote:
(snip)
> Since my last testings, I updated Cygwin, the JDK and the JRE. So, my
> current configuration is now :
>
> Windows Vista 32 bits SP2
> Cygwin 1.7.15
> g++ 4.5.3
> javac 1.7.0_05
> javah 1.7.0_05
> java 1.7.0_05
>
> When running the test case, I now have :
>
> $ java jcmc
> Loading library 'jcmc'...Exception in thread "main"
> java.lang.UnsatisfiedLinkError: H:\cvs\epeios\bugs\jcmc\jcmc.dll: L'accÞs
> Ó cet emplacement de la mÚmoire n'est pas valide
>         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
>         at java.lang.ClassLoader.loadLibrary1(Unknown Source)
>         at java.lang.ClassLoader.loadLibrary0(Unknown Source)
>         at java.lang.ClassLoader.loadLibrary(Unknown Source)
>         at java.lang.Runtime.loadLibrary0(Unknown Source)
>         at java.lang.System.loadLibrary(Unknown Source)
>         at jcmc.main(jcmc.java:9)
>
> There is a French message which roughly means "The access to this memory
> location is not valid"
>
> I updated the test case to reflect your changes :
>         - 'Makefile' now generates the '.h' file,
>         - 'Makefile' does no more contain the '--stdcall-alias' linker flag,
>         - the '.cpp' contains now the `extern "C"' directive,
>         - the '.h' is removed from test case, since it's now generated by the 'Makefiile'.

This sounds a bit like my JNI problem:

http://cygwin.com/ml/cygwin/2012-07/msg00043.html

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]