This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk 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]

[Bug general/4788] Exe.get() Exceptions are not being thrown


------- Additional Comments From mark at klomp dot org  2007-07-12 20:50 -------
Could you include some more information?
Can you change the printf to:

  int eee = errno;
  printf("file: %s, link: %s, len: %d, errno: %d\n", file, link, len, errno);
  errno = eee;

And post what it actually prints out? (Note that you have to safe the errno
value if you are going to reuse it after another system/library call.

Also could you maybe add a #include <java/lang/Thread.h> and
java::lang::Thread::dumpStack(); while you are at it?



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=4788

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


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