This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug translator/10102] optional probe points should silently accept "probe point mismatch" errors


------- Additional Comments From fche at redhat dot com  2009-05-06 00:21 -------
Right, that last one looks almost 100% right; you can commit it.

I'd follow up with a bit of cleanup that fixes the bug that
loc->optional can get its old_loc_opt value forgotten in case
of an exception.  Plus I'd prefer to avoid replicating the
find_and_build call and instead put the if(optional) check
into a catch() block:  try { ... } catch (...) {  if(!optional) throw; ... }


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |wenji dot huang at oracle
                   |redhat dot com              |dot com
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=10102

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]