This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating system: Linux | |
| 0.0.0 Linux 3.5.0-2.fc17.x86_64 #1 SMP Mon Jul 30 14:48:59 UTC 2012 x86_64 | |
| CPU: amd64 | |
| family 6 model 42 stepping 7 | |
| 4 CPUs | |
| Crash reason: SIGSEGV | |
| Crash address: 0x168 | |
| Thread 0 (crashed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating system: Mac OS X | |
| 10.8.0 12A269 | |
| CPU: x86 | |
| GenuineIntel family 6 model 42 stepping 7 | |
| 8 CPUs | |
| Crash reason: EXC_BAD_ACCESS / KERN_PROTECTION_FAILURE | |
| Crash address: 0x15e | |
| Thread 0 (crashed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating system: Mac OS X | |
| 10.7.4 11E53 | |
| CPU: x86 | |
| GenuineIntel family 6 model 42 stepping 7 | |
| 8 CPUs | |
| Crash reason: EXC_BAD_ACCESS / KERN_PROTECTION_FAILURE | |
| Crash address: 0xb4 | |
| Thread 0 (crashed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating system: Mac OS X | |
| 10.7.4 11E2705 | |
| CPU: x86 | |
| GenuineIntel family 6 model 58 stepping 9 | |
| 4 CPUs | |
| Crash reason: EXC_BAD_ACCESS / KERN_PROTECTION_FAILURE | |
| Crash address: 0x10 | |
| Thread 0 (crashed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'timeout' | |
| begin | |
| Timeout.timeout(0.1) do | |
| begin | |
| sleep 0.2 | |
| # Timeout::ExitException gets raised on the main thread. We can rescue it to | |
| # detect a timeout and add special handling. | |
| rescue Timeout::ExitException |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Sends the length of each resque queue to Librato Metrics. | |
| # Run it on a cron job and you'll have an idea of how backed up (or not) your queues are. | |
| API_EMAIL="[email protected]" | |
| API_TOKEN="1234..." | |
| body="" | |
| i=0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating system: Mac OS X | |
| 10.7.4 11E53 | |
| CPU: x86 | |
| GenuineIntel family 6 model 37 stepping 5 | |
| 4 CPUs | |
| Crash reason: EXC_BAD_ACCESS / KERN_INVALID_ADDRESS | |
| Crash address: 0x20000020 | |
| Thread 0 (crashed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating system: Linux | |
| 0.0.0 Linux 2.6.32-5-openvz-amd64 #1 SMP Tue Jun 14 10:46:15 UTC 2011 x86_64 | |
| CPU: amd64 | |
| family 6 model 26 stepping 5 | |
| 8 CPUs | |
| Crash reason: SIGSEGV | |
| Crash address: 0xbbadbeef | |
| Thread 0 (crashed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating system: Linux | |
| 0.0.0 Linux 2.6.18-028stab092.1 #1 SMP Wed Jul 20 19:47:12 MSD 2011 x86_64 | |
| CPU: amd64 | |
| family 6 model 44 stepping 2 | |
| 2 CPUs | |
| Crash reason: SIGSEGV | |
| Crash address: 0xbbadbeef | |
| Thread 0 (crashed) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Operating system: Linux | |
| 0.0.0 Linux 3.4.2-1.fc16.x86_64 #1 SMP Thu Jun 14 20:17:26 UTC 2012 x86_64 | |
| CPU: amd64 | |
| family 6 model 42 stepping 7 | |
| 4 CPUs | |
| Crash reason: SIGSEGV | |
| Crash address: 0x0 | |
| Thread 0 (crashed) |