Displaying 2 results from an estimated 2 matches for "903248".
Did you mean:
003248
2013 Jun 04
0
JST paths differ between development and production
In development my templates are available under
JST["javascripts/templates/..."], but in production the common
"javascripts/" prefix is ignored and the templates are stored under
JST["templates/..."] instead.
Simply doing a `rake assets:precompile` for production.
Any ideas?
--
You received this message because you are subscribed to the Google Groups "Ruby
2014 Apr 12
4
[Bug 2225] New: sshd core dumps when used in high scaled environments.
...(mon=0x80eb5c0, do_logfds=1) at
../../../../../../src/crypto/openssh/monitor.c:1877
#3 0x080658ee in monitor_init () at
../../../../../../src/crypto/openssh/monitor.c:1903
#4 0x080507fd in privsep_preauth (authctxt=0x0) at
../../../../../../src/crypto/openssh/sshd.c:669
#5 0x08051f72 in main (ac=903248, av=0xc811cc00) at
../../../../../../src/crypto/openssh/sshd.c:2014
Here the pmonitor is NULL inside "privsep_preauth", which calls
"monitor_init". "monitor_init" allocates memory for mon and calls
"monitor_openfds"
However inside "monitor_openfds&quo...