posix_spawnp errors on 5.2
Created by: saschagrunert
Hi,
I get some posix_spawnp() errors if i try to view the repo stats or view the network graph:
Errno::ENOENT (No such file or directory - posix_spawnp):
app/models/network/graph.rb:113:in 'find_commits'
app/models/network/graph.rb:78:in 'count_to_display_commit_in_center'
app/models/network/graph.rb:38:in 'collect_commits'
app/models/network/graph.rb:18:in 'initialize'
app/controllers/graph_controller.rb:19:in 'new'
app/controllers/graph_controller.rb:19:in 'block (2 levels) in show'
app/controllers/graph_controller.rb:15:in 'show'
Errno::ENOENT (No such file or directory - posix_spawnp):
app/models/repository.rb:25:in 'commits'
app/controllers/refs_controller.rb:36:in 'block in logs_tree'
app/controllers/refs_controller.rb:34:in 'map'
app/controllers/refs_controller.rb:34:in 'logs_tree'
ActionView::Template::Error (No such file or directory - posix_spawnp):
5: %hr
6: %p
7: %b Total commits:
8: %span= @stats.commits_count
9: %p
10: %b Total files in #{@repository.root_ref}:
11: %span= @stats.files_count
app/views/repositories/stats.html.haml:8:in '_app_views_repositories_stats_html_haml__2310245008082991401_17336614660'