Skip to content

Brackets Crash #143

@DigitalFeonix

Description

@DigitalFeonix

When I use the Windows command prompt to run a PHP file and pipe it to a log file within the project file scope, it will crash Brackets (the window goes gray and "Brackets has stopped working" dialog appears).

Confirmed with testing that it is the Todo extension alone - no other user extensions loaded - that is doing this. The log file doesn't have to be open either.

Steps to Reproduce

  1. Use a script that outputs something and pipe to a file
<?php

echo "We're going to break Brackets now\n";

C:\dev\CLI scripts>php -f break-brackets.php > break.log

  1. Watch Brackets crash

Versions

Todo 0.9.4
Brackets 1.10 32-bit on Windows 7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions