This is sources Bugzilla
Bugzilla Version 2.17.5
Bugzilla Bug 6662
  testCountDownTimersAndSignals(frysk.event.TestPollEventLoop)java.lang.UnsatisfiedLinkError: malloc Last modified: 2008-06-20 21:19
     Query page      Enter new bug
Bug#: 6662   Hardware:   Reporter: Andrew Cagney <cagney@redhat.com>
Host: Target: Build:
Product:     Add CC:
Component:   Version:   CC:
Remove selected CCs
Status: RESOLVED   Priority:  
Resolution: FIXED   Severity:  
Assigned To: Andrew Cagney <cagney@redhat.com>   Target Milestone:  
Summary:
Keywords:

Attachment Description Type Created Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 6662 depends on: 6663 Show dependency tree
Show dependency graph
Bug 6662 blocks: 6675

Additional Comments:


Leave as RESOLVED FIXED
Reopen bug
Mark bug as VERIFIED

View Bug Activity   |   Format For Printing


Description:   Last confirmed: 0000-00-00 00:00 Opened: 2008-06-20 13:13
testCountDownTimersAndSignals(frysk.event.TestPollEventLoop)java.lang.UnsatisfiedLinkError:
malloc
   at frysk.sys.Poll$Fds.<init>(Poll.java:82)
   at frysk.sys.Poll.<clinit>(Poll.java:94)
   at java.lang.Class.initializeClass(libgcj.so.8rh)
   at frysk.event.PollEventLoop.signalEmpty(PollEventLoop.java:58)
   at frysk.event.EventLoop.<init>(EventLoop.java:67)
   at frysk.event.PollEventLoop.<init>(PollEventLoop.java:53)
   at frysk.event.TestPollEventLoop.newEventLoop(TestPollEventLoop.java:52)
   at frysk.event.EventLoopTestBed.setUp(EventLoopTestBed.java:67)
   at frysk.junit.Runner.runCases(Runner.java:214)
   at frysk.junit.Runner.runTestCases(Runner.java:441)
   at TestRunner.main(TestRunner.java:64)

------- Additional Comment #1 From Andrew Cagney 2008-06-20 21:18 -------
Had something to do with nested classes; fix by just eliminating them.

commit 96412cf7f66a603e6ba048433317aed31c8b1543
Author: Andrew Cagney <cagney@redhat.com>
Date:   Fri Jun 20 17:13:03 2008 -0400

    (Re-)implement frysk.sys.poll, fixing JNI failures.
    
    Number of things:
    - move frysk.sys.Poll to its own package
    - make the nexted Poll$Fds class first class
    - Use FileDescriptor, instead of <<int fd>> in parameters
    This also fixes the JNI frysk.event failures.
    
    frysk-core/frysk/event/ChangeLog
    2008-06-20  Andrew Cagney  <cagney@redhat.com>
    
        * PollEventLoop.java: Update; Poll et.al., moved to
        frysk.sys.poll.
    
    frysk-sys/frysk/sys/ChangeLog
    2008-06-20  Andrew Cagney  <cagney@redhat.com>
    
        * Poll.java: Move to frysk.sys.poll.
        * PollBuilder.java: Ditto.
        * jni/Poll.cxx: Ditto.
        * cni/Poll.cxx: Ditto.
    
    frysk-sys/frysk/sys/poll/ChangeLog
    2008-06-20  Andrew Cagney  <cagney@redhat.com>
    
        * Poll.java: Moved from frysk.sys.
        * PollBuilder.java: Ditto.
        * jni/Poll.cxx: Ditto.
        * cni/Poll.cxx: Ditto.
        * PollFileDescriptors.java: Extract from Poll.java.
        * jni/PollFileDescriptors.java: Extract from jni/Poll.cxx.
        * cni/PollFileDescriptors.java: Similar.


------- Additional Comment #2 From Andrew Cagney 2008-06-20 21:19 -------
*** Bug 6663 has been marked as a duplicate of this bug. ***

     Query page      Enter new bug
Actions: New | Query | bug # | Reports | Requests   New Account | Log In