stanfordnlp / CoreNLP

CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
http://stanfordnlp.github.io/CoreNLP/
GNU General Public License v3.0
9.71k stars 2.7k forks source link

i am getting a lock screen bug #1406

Closed 162September1996 closed 9 months ago

162September1996 commented 10 months ago

import java.io.; import java.nio.channels.;

public class foo { public static void main(String[] args) throws IOException { RandomAccessFile fout = new RandomAccessFile( "foo", "rw" ); FileChannel channel = fout.getChannel();

// this doesn't work
FileLock lock = channel.lock(1, 10, true);

// this works
//FileLock lock = channel.lock();

// Write the new value to the file
byte[] bytes = "Hello World\n".getBytes();
fout.write( bytes );
fout.close();

} } Screenshot 2024-01-14 133604

AngledLuffa commented 10 months ago

Respectfully, is this in any way related to CoreNLP?

162September1996 commented 10 months ago

No

On Mon, 15 Jan, 2024, 13:24 John Bauer, @.***> wrote:

Respectfully, is this in any way related to CoreNLP?

— Reply to this email directly, view it on GitHub https://github.com/stanfordnlp/CoreNLP/issues/1406#issuecomment-1891508747, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFFGOURCPXQIJ4ON5N4H4ILYOTOFDAVCNFSM6AAAAABB2YTQHSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJRGUYDQNZUG4 . You are receiving this because you authored the thread.Message ID: @.***>

162September1996 commented 10 months ago

This is related to katalon studio,

On Mon, 15 Jan 2024 at 16:53, Mahima Goyal @.***> wrote:

No

On Mon, 15 Jan, 2024, 13:24 John Bauer, @.***> wrote:

Respectfully, is this in any way related to CoreNLP?

— Reply to this email directly, view it on GitHub https://github.com/stanfordnlp/CoreNLP/issues/1406#issuecomment-1891508747, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFFGOURCPXQIJ4ON5N4H4ILYOTOFDAVCNFSM6AAAAABB2YTQHSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJRGUYDQNZUG4 . You are receiving this because you authored the thread.Message ID: @.***>