ts-7000
[Top] [All Lists]

[ts-7000] CDC segfaults

To:
Subject: [ts-7000] CDC segfaults
From: Dave Cramer <>
Date: Sat, 21 Jan 2006 17:20:29 -0500
I have the following java code and it segfaults opening the ServerSocket
This is using the CDC implementation from the embedded arm site.

Dave

public class TestSocket
{

     /**
      * @param args
      */
     public static void main(String[] args) throws Exception
     {
         // TODO Auto-generated method stub
         long start = System.currentTimeMillis();
         System.err.println(" Before file " +  
(System.currentTimeMillis() - start) + " ms" );
         File file= new File("./");
         System.err.println(" After file " + (System.currentTimeMillis 
() - start) + " ms" );
         ServerSocket serverSocket = new ServerSocket(8080, 10, null );
         System.err.println(" After socket " +  
(System.currentTimeMillis() - start) + " ms" );
     }

}



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ts-7000/

<*> To unsubscribe from this group, send an email to:
    

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


<Prev in Thread] Current Thread [Next in Thread>
  • [ts-7000] CDC segfaults, Dave Cramer <=
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU