Click here to Skip to main content
15,913,282 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Yocto, bitbake, what a piece of cr@p Pin
Kornfeld Eliyahu Peter2-Dec-18 23:33
professionalKornfeld Eliyahu Peter2-Dec-18 23:33 
GeneralRe: Yocto, bitbake, what a piece of cr@p Pin
Munchies_Matt2-Dec-18 23:41
Munchies_Matt2-Dec-18 23:41 
GeneralRe: Yocto, bitbake, what a piece of cr@p Pin
kalberts3-Dec-18 0:59
kalberts3-Dec-18 0:59 
GeneralRe: Yocto, bitbake, what a piece of cr@p Pin
Daniel Pfeffer3-Dec-18 0:06
professionalDaniel Pfeffer3-Dec-18 0:06 
GeneralRe: Yocto, bitbake, what a piece of cr@p Pin
Munchies_Matt3-Dec-18 0:21
Munchies_Matt3-Dec-18 0:21 
GeneralRe: Yocto, bitbake, what a piece of cr@p Pin
Mark Parity3-Dec-18 0:44
Mark Parity3-Dec-18 0:44 
GeneralRe: Yocto, bitbake, what a piece of cr@p Pin
Munchies_Matt3-Dec-18 1:02
Munchies_Matt3-Dec-18 1:02 
GeneralRe: Yocto, bitbake, what a piece of cr@p Pin
kalberts3-Dec-18 1:10
kalberts3-Dec-18 1:10 
My programs (/processes) always have an outermost exception handler catching all otherwise uncaught exceptions. My support library provides a ComeFrom function used by exception handlers to traverse the stack to pick up whatever information is available.

True enough: There is a standard "Print stacktrace" option. But first: Handling the exception programmatically is far easier when the information is provided as a data structure, rather than in console output format. Second, there is often more information available in the binary stack traversal than what is printed on the console.

If the code is not yours, so you cannot insert an exception handler, this option may be unavailable. But in those cases, you often cannot do anything about it anyway. (Our Bamboo build system generates at least a handful of stack traces every day, often 250-300 stack frames deep. We can read the function names, so what? We can do nothing but ignore it. Mailing the stack trace to Atlassian is futile.)
GeneralCCC 2018-12-03 Pin
musefan2-Dec-18 22:06
musefan2-Dec-18 22:06 
GeneralRe: CCC 2018-12-03 Pin
PeejayAdams2-Dec-18 22:22
PeejayAdams2-Dec-18 22:22 
GeneralRe: CCC 2018-12-03 - WINNER! Pin
musefan2-Dec-18 22:25
musefan2-Dec-18 22:25 
GeneralLinux Weekend Pin
#realJSOP2-Dec-18 10:32
professional#realJSOP2-Dec-18 10:32 
GeneralRe: Linux Weekend Pin
Marc Clifton3-Dec-18 1:06
mvaMarc Clifton3-Dec-18 1:06 
GeneralRe: Linux Weekend Pin
#realJSOP3-Dec-18 1:09
professional#realJSOP3-Dec-18 1:09 
GeneralRe: Linux Weekend Pin
Scott Serl3-Dec-18 6:13
Scott Serl3-Dec-18 6:13 
GeneralRe: Linux Weekend Pin
#realJSOP3-Dec-18 7:20
professional#realJSOP3-Dec-18 7:20 
GeneralRe: Linux Weekend Pin
Scott Serl3-Dec-18 8:11
Scott Serl3-Dec-18 8:11 
GeneralRe: Linux Weekend Pin
#realJSOP3-Dec-18 8:49
professional#realJSOP3-Dec-18 8:49 
PraiseRe: Linux Weekend Pin
Gary Wheeler3-Dec-18 7:07
Gary Wheeler3-Dec-18 7:07 
GeneralAny iOS Devs Out There? The challenges Pin
raddevus2-Dec-18 10:27
mvaraddevus2-Dec-18 10:27 
GeneralRe: Any iOS Devs Out There? The challenges Pin
User 48350472-Dec-18 16:55
User 48350472-Dec-18 16:55 
GeneralRe: Any iOS Devs Out There? The challenges Pin
raddevus2-Dec-18 17:20
mvaraddevus2-Dec-18 17:20 
GeneralRe: Any iOS Devs Out There? The challenges Pin
User 48350473-Dec-18 3:58
User 48350473-Dec-18 3:58 
GeneralRe: Any iOS Devs Out There? The challenges Pin
raddevus3-Dec-18 4:14
mvaraddevus3-Dec-18 4:14 
GeneralRe: Any iOS Devs Out There? The challenges Pin
User 48350473-Dec-18 4:24
User 48350473-Dec-18 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.