HDFGroup / HDFGroup/h5serv

h5serv crashes when visiting localhost:5000 on Windows 10

Open
#108 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
170
Forks
35
PR merge metrics
No merged PRs in 30d

Description

I have successfully installed and made use of h5serv in an ubuntu environment, and now I'm testing my application on windows 10.
- I cloned hdf5-json and ran `python setup.py install` in its root directory.
- Then I cloned h5serv, navigated to `h5serv/server/` and run `python app.py`.
- As long as I use the Anaconda2 prompt, I have a running server. Otherwise, it can't find the `six` module to import.
- if I open a browser and navigate to `localhost:5000`, the server crashes. I can paste the output of the prompt window if you want, but there are no errors reported there.

Since Windows caught it and asked if I wanted to close the program, I figured something would be in Event Viewer. It looks like GitHub won't accept .evtx uploads, so here are the pertinent events in chronological order:

```
Error
---
Faulting application name: python.exe, version: 0.0.0.0, time stamp: 0x5773f233
Faulting module name: ntdll.dll, version: 10.0.14986.1000, time stamp: 0xd8fc5bf5
Exception code: 0xc0000005
Fault offset: 0x0000000000027caf
Faulting process id: 0x6450
Faulting application start time: 0x01d292aeb264d5cd
Faulting application path: C:\Users\j.smith\AppData\Local\Continuum\Anaconda2\python.exe
Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll
Report Id: 29cee647-4a48-4794-abcd-8a7ea791a2e0
Faulting package full name:
Faulting package-relative application ID:
```

```
Information
---
Fault bucket 129147852250, type 5
Event Name: FaultTolerantHeap
Response: Not available
Cab Id: 0

Problem signature:
P1: python.exe
P2: 0.0.0.0
P3: 5773F233
P4: ffffbaad
P5:
P6:
P7:
P8:
P9:
P10:

Attached files:
\\?\C:\WINDOWS\SERVIC~2\LOCALS~1\AppData\Local\Temp\FTH7487.tmp\fthempty.txt
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7488.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7497.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER74A7.tmp.txt

These files may be available here:

Analysis symbol:
Rechecking for solution: 0
Report Id: c2a87d5d-494d-49d3-9d30-848759bc0d78
Report Status: 268435456
Hashed bucket: bc2c91fa4239500bd33d0163641402ff
```

```
Information
---
Fault bucket 120692878930, type 4
Event Name: APPCRASH
Response: Not available
Cab Id: 120591702485

Problem signature:
P1: python.exe
P2: 0.0.0.0
P3: 5773f233
P4: ntdll.dll
P5: 10.0.14986.1000
P6: d8fc5bf5
P7: c0000005
P8: 0000000000027caf
P9:
P10:

Attached files:
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7562.tmp.WERInternalMetadata.xml
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7564.tmp.csv
\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER7584.tmp.txt
\\?\C:\Users\j.smith\AppData\Local\Temp\WER81A7.tmp.appcompat.txt
memory.hdmp

These files may be available here:
C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_python.exe_d656b191173b77222d523132734b1d6878e6da_46b01868_cab_5ac2a0a8

Analysis symbol:
Rechecking for solution: 0
Report Id: 29cee647-4a48-4794-abcd-8a7ea791a2e0
Report Status: 268435464
Hashed bucket: bb86804631c5701c681dbfef86b7b806
```

Any and all help is appreciated. I'm trying to get something that will run on both environments because Ubuntu is pleasant when working, for me, but I'm trying get a lunch and learn together at my work (Windows shop).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.