Problem with STDIN
#1
I'm writing a program that launches hashcat as a subprocess that redirects STDIN and STDOUT to files, but now upon launch I always get:

stdin: Bad file descriptor

Here's the complete output:

Code:
oclHashcat-plus v0.15 by atom starting...

Hashes: 1 total, 1 unique salts, 1 unique digests
Bitmaps: 8 bits, 256 entries, 0x000000ff mask, 1024 bytes
Workload: 2048 loops, 8 accel
Watchdog: Temperature abort trigger disabled
Watchdog: Temperature retain trigger disabled
Device #1: Tahiti, 2764MB, 900Mhz, 32MCU
Device #2: Tahiti, 2764MB, 900Mhz, 32MCU
Device #3: Tahiti, 2764MB, 900Mhz, 32MCU
Device #1: Kernel ./kernels/4098/m2500.Tahiti_1268.1_1268.1 (VM).kernel not found in cache! Building may take a while...
Device #1: Kernel ./kernels/4098/m2500.Tahiti_1268.1_1268.1 (VM).kernel (1350264 bytes)
Device #2: Kernel ./kernels/4098/m2500.Tahiti_1268.1_1268.1 (VM).kernel (1350264 bytes)
Device #3: Kernel ./kernels/4098/m2500.Tahiti_1268.1_1268.1 (VM).kernel (1350264 bytes)

stdin: Bad file descriptor

Is there any workaround for this? I don't know exactly what hashcat is trying to do with STDIN so I can't tell what I'm doing wrong on my side.


Messages In This Thread
Problem with STDIN - by Firebug24k - 10-18-2013, 11:57 PM
RE: Problem with STDIN - by radix - 10-18-2013, 11:58 PM
RE: Problem with STDIN - by Firebug24k - 10-19-2013, 12:42 AM
RE: Problem with STDIN - by atom - 10-22-2013, 09:50 AM