Wireshark-bugs: [Wireshark-bugs] [Bug 11062] Mac OSX 10.10 hangs with 1.99.3 when trying to expo

Date: Tue, 17 Mar 2015 00:41:54 +0000

Comment # 4 on bug 11062 from
(In reply to Guy Harris from comment #3)
> Didn't happen with a recent build on 10.8.5

Actually, it did; it's spinning in a loop of

17:38:41.010853  chdir                  [ 20]           /private/tmp/{output
file}                                                                          
                                                                    0.000001  
wireshark.824924
17:38:41.010856  access                       (___F)    /private/tmp/{output
file}                                                                          
                                                                    0.000001  
wireshark.824

chdir() is presumably

544 ExportObjectDialog::saveAllEntries()  (in wireshark) + 780  [0x10a38527c] 
export_object_dialog.cpp:293
    +                                                                          
        ! 511 QDir::setCurrent(QString const&)  (in QtCore) + 35  [0x10fca7ce3]
    +                                                                          
        ! : 335 QFileSystemEngine::setCurrentPath(QFileSystemEntry const&)  (in
QtCore) + 37  [0x10fd17a25]
    +                                                                          
        ! : | 335 chdir  (in libsystem_kernel.dylib) + 10  [0x7fff8f17f866]

and access() is presumably

+                                                                              
    518 ExportObjectDialog::saveAllEntries()  (in wireshark) + 1202 
[0x10a385422]  export_object_dialog.cpp:309
    +                                                                          
        ! 504 g_file_test  (in libglib-2.0.0.dylib) + 34  [0x10f9d96a2] 
gfileutils.c:410
    +                                                                          
        ! : 504 access  (in libsystem_kernel.dylib) + 10,0 
[0x7fff8f17f726,0x7fff8f17f71c]


You are receiving this mail because:
  • You are watching all bug changes.