By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2278

Summary: network-manager-tde crashes on interface removal
Product: TDE Reporter: linux
Component: tdenetworkAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: critical CC: bugwatch, kb9vqf, linux, slavek.banko
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Debian Wheezy   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2246    

Description linux 2014-12-28 13:47:25 CST
TDENetworkManager crashes immediately when a network interface is removed. This happens easily on some laptops where wifi interface is removed when disabled. Or when unplugging an USB ethernet/wifi adapter.

Old version (with network-manager from squeeze) worked fine.
Comment 1 Timothy Pearson 2014-12-28 14:09:13 CST
Can you submit a crash report with the tdelibs-trinity-dbg package installed, then post the report's crash ID here?

As you may be aware network-manager's API was completely redesigned for network-manager 0.9, thus we needed to completely rewrite the network-manager interface code to support it.  Hence it is possible some new bugs were introduced; this sounds like something that slipped through testing.

Thanks!
Comment 2 linux 2014-12-28 15:49:09 CST
It's easy to reproduce: just run "rmmod your_ethernet_card_driver"
Comment 4 Slávek Banko 2014-12-30 06:39:05 CST
Fixed in GIT hash de063e3e (master) and b06c73b1 (r14.0.x).
Comment 5 Slávek Banko 2014-12-30 07:37:48 CST
By the way, there is an interface for managing crash reports? For example, where I can set crash report as resolved?