views:

660

answers:

2

Accepting the possibility of extreme ridicule, I must admit that I really miss sun Teamware's filemerge tool. I have switched from solaris to red hat linux, and find myself regularly missing filemerge (not to be confused with the Apple tool of the same name), as well as the solaris version of pstack (which worked on core files just as well as pids).

Do any experts out there have any advice of consolation? Better merging tools that incorporate ancestry? A single-line way to view the call stack of a core file?

Please help!

+2  A: 

gdb -ex bt program_file core_file should print out the stack trace of the core file.

As for filemrege, there's a bunch of open source stuff:

tkdiff meld mgdiff kdiff3

Chris
+1  A: 

meld is great

Benoît