Code Monkey home page Code Monkey logo

libdivsufsort's People

Contributors

y-256 avatar

Watchers

 avatar

libdivsufsort's Issues

svn trunk has older SONAME than 2.0.1 release

What steps will reproduce the problem?
1. download fresh svn trunk,
2. build it,
3. look at the library filename.

What is the expected output? What do you see instead?

Expected: libdivsufsort.so.3.0.1 (that's what 2.0.1 gives) or newer
Got: libdivsufsort.so.3.0.0 (like 2.0.0)

Original issue reported on code.google.com by [email protected] on 11 Apr 2012 at 6:27

Managing 2GiB+ file

What steps will reproduce the problem?
1. Take a large file
2. Try to build a suffix array on it.

What version of the product are you using? On what operating system?
2.0.1. On Linux 2.6.18.

Is it planned to manage more than 2^31 characters in future releases of the 
software ?

Thanks.

Original issue reported on code.google.com by [email protected] on 26 Nov 2010 at 10:53

libdivsufsort-lite crashes

What steps will reproduce the problem?
1. 32-bit OS, with 2 Gb RAM or more
2. Take a file with size>=1Gb i.e. (1<<30) bytes
3. Run libdivsufsort-lite.exe BIGFILE

What is the expected output? What do you see instead?

Expected behaviour:
> sufcheck: Done.
It simply crashes instead.

What version of the product are you using? On what operating system?

libdivsufsort-lite 2.0.0 on Windows XP with 3 GB RAM.

Please provide any additional information below.

It crashes because of overflow in suftest.c , line 163:

>  SA = (int *)malloc((size_t)n * sizeof(int));

if (sizeof(size_t)==4 && sizeof(int)==4 && n>=(1<<30))
then ((size_t)n * sizeof(int))==((n&4)&((1<<32)-1))


Original issue reported on code.google.com by [email protected] on 3 Oct 2011 at 1:34

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.