This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 249329 - Major error after creating stream file named COM1
Summary: Major error after creating stream file named COM1
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: execution (show other bugs)
Version: 8.0.2
Hardware: PC Windows 8 x64
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-12 20:58 UTC by Seeder21
Modified: 2016-08-11 18:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seeder21 2014-12-12 20:58:00 UTC
I used NetBeans for opening a pseudo-file (named COM1) and streaming data to an RS232 port.

I was not able to detect any data coming out of my COM1 port (using a trusted circuit connected to my RS232 port). Also after choosing to delete my project it was impossible to delete the binary file that was created inside the project, named COM1. After executing my programm i noted that no other IDE. other than NetBeans, could open a COM1 pseudo file to stream data because of  having permission issues.

I used DEL command through command prompt in order to delete the binary file. Using classic deletion methods was not working. After deleting the file and restarting my computer I was able to open COM1 streaming files through other IDE's.
Comment 1 ilia 2015-01-19 09:30:18 UTC
Hi, Seeder21, thanks for reporting a bug!

You are using a plugin (https://java.net/projects/nbplugin-avr), am I right?
Comment 2 Seeder21 2015-01-19 12:25:29 UTC
(In reply to ilia from comment #1)
> Hi, Seeder21, thanks for reporting a bug!
> 
> You are using a plugin (https://java.net/projects/nbplugin-avr), am I right?

No I'm not using the specified plugin.
In fact I'm not using any plugin. I only use cygwin.
Comment 3 ilia 2016-08-11 18:06:59 UTC
I'm sorry for leaving this bug unattended for such a long time.

Could you please andswer some questions so I could try to reproduce this issue:

> I used NetBeans for opening a pseudo-file (named COM1)
1) How did you open this pseudo-file? File->Open File? So it was unrelated to any project, right?

> It was impossible to delete the binary file that was created inside the project, named COM1
2) Who and how created this binary file named COM1? Is what a same file you opened?

3) Is the problem reproducible with NetBeans 8.1?