Find the method/line no of crash from windows crash dump file

Hi,
I have made a custom ownCloud windows sync client. Many changes are made into the client. I have also kept the crash reporter ON while building the windows desktop client. My application crashes intermediately & I'm unable to find out the reason.

As this is built on opensuse,we can't generate the pdb files.

I copied the dmp file from %temp% and uploaded to http://www.osronline.com/page.cfm?name=Analyze for analyzing the dmp file. All I can see is various addresses where the exception/crash occurred. But, how to find out the method name or line number from it?

Thanks in advance.