[Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2017-01-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=52627 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2013-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 --- Comment #5 from Ilya Maykov --- It's been a while since I reported this bug and I've had my work machine upgraded since then, so I probably don't have the necessary environment to reproduce this quickly. But from what I remember, yes th

[Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2013-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 --- Comment #4 from Christopher Schultz --- Can you give some more information about the crash? For example, build tcnative with debugging symbols and then post the JVM crash dump? I don't see why zeroing-out a apr_finfo_t structure before

[Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2013-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 Christopher Schultz changed: What|Removed |Added Attachment #28291|application/octet-stream|text/plain mime typ

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 Ilya Maykov changed: What|Removed |Added Platform|Macintosh |All -- Configure bugmail: https://i

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 --- Comment #3 from Ilya Maykov 2012-02-08 22:46:04 UTC --- Created attachment 28292 --> https://issues.apache.org/bugzilla/attachment.cgi?id=28292 Proposed patch Here is my proposed bugfix, which uses memset() to zero-out the stack-allo

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 --- Comment #2 from Ilya Maykov 2012-02-08 22:36:42 UTC --- Right. But the tomcat-native library is open-source so it's possible to use it in any Java (Scala, Clojure, Groovy, ...) project that's license-compatible with the Apache license,

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 --- Comment #1 from Mark Thomas 2012-02-08 22:28:22 UTC --- For the record, Tomcat doesn't use that method. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because:

DO NOT REPLY [Bug 52627] Segmentation fault in org.apache.tomcat.jni.File.infoGet() native method

2012-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52627 Ilya Maykov changed: What|Removed |Added Summary|Segmentation in |Segmentation fault in