laptop and a wrench

不具合

"Getting To Know" (GTK) samples consume high CPU usage.

最後に公開された状態: August 25, 2014 No Product Found
不具合 ID 番号 NIM000594
送信されましたDecember 14, 2005
最終更新日June 5, 2024
適用対象No Product Found
見つかったバージョン9.1
プログラム言語C++
修正されたバージョン9.2
ステータスFixed

対処法

1. Create a header file named gtk_axctl_zzz.h with the following code: #include <time.h> extern "C" static gboolean gtk_axctl_rest(gpointer data) { static struct timespec ts; ts.tv_sec = 0; ts.tv_nsec = 1000; nanosleep(&ts, NULL); return TRUE; }2. #include gtk_axctl_zzz.h in the source file3. before gtk_main(), put: g_idle_add(gtk_axctl_rest, NULL);User needs to include /usr/lib/librt.so library in the compiling script also.

再現の手順

不具合 ID: NIM000594

ソフトウェア:

  • No Product Found

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動